Cyfrin / solidity-by-example.github.io

Solidity By Example
https://solidity-by-example.org/
MIT License
605 stars 191 forks source link

Add "Events Advanced" page and route #270

Closed jessedegans closed 3 months ago

jessedegans commented 3 months ago

This pull request introduces advanced examples of Solidity events. It builds on the basics covered in the existing Events documentation with two examples: EventDrivenArchitecture and EventSubscription. These examples demonstrate event-driven architecture and real-time event subscription mechanisms.

Changes Introduced

Additional Information

t4sk commented 3 months ago

@jessedegans Thanks