| Crates.io | entropy-tss |
| lib.rs | entropy-tss |
| version | 0.5.0-rc.1 |
| created_at | 2024-01-04 09:41:08.276743+00 |
| updated_at | 2025-07-31 06:42:46.474119+00 |
| description | Entropy threshold signature scheme (TSS) server |
| homepage | https://entropy.xyz/ |
| repository | https://github.com/entropyxyz/entropy-core |
| max_upload_size | |
| id | 1088295 |
| size | 583,189 |
entropy-tssThe 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.