entropy-tss

Crates.ioentropy-tss
lib.rsentropy-tss
version0.3.0
sourcesrc
created_at2024-01-04 09:41:08.276743
updated_at2024-11-05 22:40:25.421783
descriptionEntropy threshold signature scheme (TSS) server
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/entropy-core
max_upload_size
id1088295
size517,151
core-developers (github:entropyxyz:core-developers)

documentation

README

entropy-tss

The threshold signature server which stores keyshares and executes the Entropy protocols.

Running integrations tests for the JS bindings to the entropy-protocol private user API

cd 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.

Commit count: 767

cargo fmt