Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 485 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 485 Bytes

DKLS Client Library

Client-side library for DKLS threshold signing.

Installation and setup

npm install

Running local test

npm run clean
npm run build
npm run serve:local

Updating DKLS19

Step 1

Build DLKS19 with

cd dkls
wasm-pack build --release --target web

Step 2

Copy the files from dkls/pkg/ to packages/tss-lib/src/pkg/.

Step 3

Copy dkls.d.ts to packages/tss-client/src/.