Client-side library for DKLS threshold signing.
npm install
npm run clean
npm run build
npm run serve:local
Build DLKS19 with
cd dkls
wasm-pack build --release --target web
Copy the files from dkls/pkg/
to packages/tss-lib/src/pkg/
.
Copy dkls.d.ts
to packages/tss-client/src/
.