-
Install
rustup
:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
Install
trunk
:cargo install --locked trunk
-
Add Wasm target:
rustup target add wasm32-unknown-unknown
-
Fork/Clone the GitHub repository.
git clone https://github.com/gigadao/wasi-sol
-
Navigate to the application directory.
cd wasi-sol/examples/yew
-
Run the client:
trunk serve --port 3000
Navigate to http://localhost:3000 to explore the landing page.