| Crates.io | entropy-protocol |
| lib.rs | entropy-protocol |
| version | 0.5.0-rc.1 |
| created_at | 2024-01-04 09:58:26.150829+00 |
| updated_at | 2025-07-31 06:14:14.591598+00 |
| description | Entropy Signing and DKG protocol execution and transport logic |
| homepage | https://entropy.xyz/ |
| repository | https://github.com/entropyxyz/entropy-core |
| max_upload_size | |
| id | 1088313 |
| size | 309,970 |
entropy-protocolProtocol execution and transport logic for the Entropy signing, DKG, and proactive refresh protocols.
For explanations of the JS bindings see ./js-README.md
To check that things compile correctly on wasm:
make build-nodejs
To run tests for JS bindings to the sign_and_encrypt api:
make build-nodejs-testing
cd nodejs-test
yarn
yarn test
If you have issues when re-running these tests following changes, remove nodejs-test/node_modules
before re-running yarn.
For instructions on running entropy-tss integration test using JS bindings to the user private mode
signing and DKG functions, see
../threshold-signature-server/README.md