Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 837 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 837 Bytes

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