wasm-pack
:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup default 1.65
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
yarn install
yarn build
yarn verify
System tests run against a live environment and use the built libary from lib/
.
config/sudoplatformconfig.json
config/register_key.private
.config/register_key.id
with the TEST registration key ID in it.yarn build
yarn test:system
Generated using TypeDoc