Skip to content

Latest commit

 

History

History

wasm-suite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Aleo Testnet2 Wasm Suite

A few simple functions for interacting with Aleo testnet2 addresses and signatures.

Run Website with Docker

  1. Navigate to this directory: cd wasm-suite
  2. Build the container: docker build . -t wasm-suite
  3. Run the container: docker run --rm -p 8080:80 wasm-suite (change 8080 to whatever port you want)
  4. Open http://localhost:8080/ in your browser (change 8080 to the port from the previous step)

Build Manually

  1. Install rust
  2. Install wasm-pack
  3. wasm-pack build --release --target web