entropy-tss 0.4.0

Entropy threshold signature scheme (TSS) server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# `entropy-tss`

The threshold signature server which stores keyshares and executes the Entropy protocols.

## Running integrations tests for the JS bindings to the `entropy-protocol` private user API

```bash
cd crates/protocol
make build-nodejs-testing
cd nodejs-test
yarn
cd ../../..
cargo test -p entropy-tss --release -F wasm_test test_wasm
```

If you have issues when re-running these tests following changes, remove `nodejs-test/node_modules`
before re-running `yarn`.