A few simple functions for interacting with Aleo testnet2 addresses and signatures.
- Navigate to this directory:
cd wasm-suite
- Build the container:
docker build . -t wasm-suite
- Run the container:
docker run --rm -p 8080:80 wasm-suite
(change8080
to whatever port you want) - Open http://localhost:8080/ in your browser (change
8080
to the port from the previous step)
- Install rust
- Install wasm-pack
wasm-pack build --release --target web