Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 669 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 669 Bytes

⚠️ This script has been permanently relocated to the package @rosen-bridge/cli

TSS Secret Generator

Description

Generate Tss publicKey/secret

Usage

manually

  • Install node 18.12 >= 0
  • Run following commands:
git clone https://github.com/rosen-bridge/tss-secret-generator.git
cd tss-secret-generator/
npm install         # Install dependencies
npm run build       # Build project
npm run secret:generate  # Generate TSS secret

docker usage

docker run -it --rm ghcr.io/rosen-bridge/tss-secret-generator:latest npm run secret:generate