ic-response-verification 1.0.0

Client side response verification for the Internet Computer
Documentation

Response Verification Rust Crate

Build

cargo build -p ic-response-verification

Test

cargo test -p ic-response-verification

Wasm Test

wasm-pack test --node packages/ic-response-verification --features=js

Wasm Build

pnpm run --filter @dfinity/response-verification build

Link NPM package

From the root of this repository:

pushd packages/ic-response-verification && sudo npm link && popd

From another project:

npm link @dfinity/response-verification

Format

Format rust files.

cargo fmt -p ic-response-verification

Build docs

cargo doc -p ic-response-verification --no-deps --open