entropy-tss

Crates.ioentropy-tss
lib.rsentropy-tss
version
sourcesrc
created_at2024-01-04 09:41:08.276743+00
updated_at2025-04-03 08:36:34.024946+00
descriptionEntropy threshold signature scheme (TSS) server
homepagehttps://entropy.xyz/
repositoryhttps://github.com/entropyxyz/entropy-core
max_upload_size
id1088295
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 770

cargo fmt