Minimal example for using the Rust Algorand SDK in a React app.
Build Rust:
cd wasm
wasm-pack build --out-dir ../wasm-build
Download npm dependencies:
cd react-app
npm install
Run the React app:
cd react-app
npm start
See more instructions for React in the app folder
Add the connection data to a running algod instance to dependencies.rs