entropy-protocol

Crates.ioentropy-protocol
lib.rsentropy-protocol
version0.2.0
sourcesrc
created_at2024-01-04 09:58:26.150829
updated_at2024-07-11 21:12:21.424904
descriptionEntropy Signing and DKG protocol execution and transport logic
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/entropy-core
max_upload_size
id1088313
size154,827
core-developers (github:entropyxyz:core-developers)

documentation

README

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

Compiling on wasm:

To check that things compile correctly on wasm:

make build-nodejs

Running Nodejs tests:

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

Commit count: 613

cargo fmt