wasi-sol
wasi-sol copied to clipboard
feat: implement a yew todo dapp
The goal of this PR is to showcase Wasi Sol usage with an end to end Rust Dapp example.
- [X] implemented a yew todo dapp frontend with persistent storage
- [x] implemented a todo program using Anchor
- [ ] Interact with the program from the yew app
Awaiting https://github.com/coral-xyz/anchor/pull/3112 to interact with the deployed program using the program id instead of the generated idl file and manually parsing it