shell
cargo build -p ic-response-verification
shell
cargo test -p ic-response-verification
wasm-pack test --node packages/ic-response-verification --features=js
./scripts/package.sh
From the root of this repository:
pushd pkg && sudo npm link && popd
From another project:
shell
npm link @dfinity/response-verification
Format rust files.
shell
cargo fmt -p ic-response-verification
shell
cargo doc -p ic-response-verification --no-deps --open