Crates.io | entropy-tss |
lib.rs | entropy-tss |
version | 0.3.0 |
source | src |
created_at | 2024-01-04 09:41:08.276743 |
updated_at | 2024-11-05 22:40:25.421783 |
description | Entropy threshold signature scheme (TSS) server |
homepage | https://entropy.xyz/ |
repository | https://github.com/entropyxyz/entropy-core |
max_upload_size | |
id | 1088295 |
size | 517,151 |
entropy-tss
The threshold signature server which stores keyshares and executes the Entropy protocols.
entropy-protocol
private user APIcd 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
.