Skip to content

torusresearch/tss-client

Folders and files

NameName
Last commit message
Last commit date
May 16, 2024
Nov 26, 2024
May 16, 2024
May 7, 2024
Oct 2, 2023
Jul 16, 2024
Sep 28, 2023
May 15, 2024
Sep 28, 2022
Sep 2, 2024
Nov 21, 2024
Nov 20, 2024
Jul 4, 2024
Oct 2, 2023

Repository files navigation

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/.