wasi-sol icon indicating copy to clipboard operation
wasi-sol copied to clipboard

feat: implement a yew todo dapp

Open wiseaidev opened this issue 1 year ago • 1 comments

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 demo
  • [x] implemented a todo program using Anchor
  • [ ] Interact with the program from the yew app

wiseaidev avatar Jul 10 '24 15:07 wiseaidev

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

wiseaidev avatar Jul 24 '24 09:07 wiseaidev