Crates.io | entropy-protocol |
lib.rs | entropy-protocol |
version | 0.3.0 |
source | src |
created_at | 2024-01-04 09:58:26.150829 |
updated_at | 2024-11-05 22:33:08.175815 |
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 | 153,539 |
entropy-protocol
Protocol 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