Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Jun 18, 2024
1 parent 50ac3f3 commit de53b27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit de53b27

Please sign in to comment.