Skip to content

rosen-bridge/keygen-service

Repository files navigation

Keygen-Service

Table of Contents

Description

Keygen service is a tools for setup keygen process for new guards

Components

Keygen-Service composed of these components:

  • P2P: A service for communication of guards
  • TSS: Threshold Signature Scheme which sign ECDSA and EdDSA transactions

How to Run the Keygen-Service

Run in development mode

npm install
npm run start:dev

Run in production mode

npm install
npm run start

Contributing

TBD

License

TBD