shell
cargo build -p ic-response-verification
shell
cargo test -p ic-response-verification
shell
wasm-pack test --node packages/ic-response-verification --features=js
shell
pnpm run --filter @dfinity/response-verification build
From the root of this repository:
pushd packages/ic-response-verification && 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