@dwallet-network/signature-mpc-wasm
v0.2.1
Published
Signature MPC in WASM
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:devBuilding for web environment.
pnpm build:releaseRunning tests
Local tests can only be run on the dev build. To run tests, follow these steps:
pnpm build:dev
pnpm test