@dwallet-network/signature-mpc-wasm
v0.2.1
Published
Signature MPC in WASM
Downloads
175
Readme
Build locally
To build the binary, you need to have Rust installed and then the wasm-pack
. The installation script can be found here.
Building for test (nodejs) environment - required for tests.
pnpm build:dev
Building for web environment.
pnpm build:release
Running tests
Local tests can only be run on the dev
build. To run tests, follow these steps:
pnpm build:dev
pnpm test