From de53b279a072125b0636b6d3101e59dadb18291b Mon Sep 17 00:00:00 2001 From: wiseaidev Date: Tue, 18 Jun 2024 20:39:25 +0300 Subject: [PATCH] chore: update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a7e157d..dea43e9 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,8 @@ fn main() { ``` ## 🎧 Event Listener +![Event Emitter Pattern](https://github.com/GigaDAO/wasi-sol/assets/62179149/65edfdc2-d86c-464a-a67f-5ef08099adc6) + This crate implements a handy event listener pattern with a built-in `emitter` object that you can use to subscribe to particular events. This functionality allows you to set state in the UI, perform actions on wallet connect, and more. @@ -228,6 +230,8 @@ pub fn LoginPage() -> Html { } ``` +![event emitter demo](https://github.com/GigaDAO/wasi-sol/assets/62179149/8d271384-9565-47dc-8e26-212ddf3bdfc0) + ## 👥 Contributing Contributions and feedback are welcome! If you'd like to contribute, report an issue, or suggest an enhancement, please engage with the project on [GitHub](https://github.com/gigadao/wasi-sol). Your contributions help improve this library for the community.