Skip to content

rosen-bridge/sign-protocols

Repository files navigation

Rosen Bridge Sign Protocols

A monorepo containing all the packages related to Rosen Bridge Signing process. It contains the following packages:

  1. keygen-service: Keygen service is a tool top of tss-api for setup keygen ceremony for new guards.
  2. tss-api: A service for keygen, sign and regroup operations on eddsa and ecdsa protocols in threshold signature.
  3. communication: A package that abstractly manages communication between endpoints.
  4. encryption: unify encryption interface.
  5. detection: A package that finds available endpoints in private network.
  6. tss: A package for building and validating TSS signatures.
  7. ergo-multi-sig: A package that manage multi signature protocol for ergo network.

For more info on how each of the packages works, refer to their specific page.