Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Threshold signature library across multiple platforms

NotificationsYou must be signed in to change notification settings

0xEigenLabs/tss-wasm

Repository files navigation

A portable lightweight client application for threshold ECDSA (based onGG18), built on&formulti-party-ecdsa :

  1. Wasm/Web
  2. HW friendly, likeTEE

Npm publish

  • node: npm run build_node
  • web: npm run build

Latest release

web: @ieigen/tss-wasm@0.0.8

nodejs: @ieigen/tss-wasm-node@0.0.7, node 18.0+ is required

Test

Unit Test

npm run buildnpm run test

Function Test via NodeJS

cargo build --examples --release./target/release/examples/gg18_sm_manager# open another consolenpm run build_nodenode scripts/run_keygen_sign_node.js

Function Test via Web

cargo build --examples --release./target/release/examples/gg18_sm_manager# open another consolenpm run buildexport NODE_OPTIONS=--openssl-legacy-providernpm run webpack && npm run webpack-dev-server

Openhttp://localhost:8080/ in browser, check out the output inconsole.

Compile SM server by Docker

docker build -t ieigen:tss-sm-server --build-arg "BUILDARCH=$(uname -m)" -f sm.dockerfile .docker run -d -p 8000:8000 -v $PWD/params.json:/tss-wasm/params.json ieigen:tss-sm-server

licence

GPL & Apache-2.0

About

Threshold signature library across multiple platforms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp