A monorepo containing all the packages related to Rosen Bridge Signing process. It contains the following packages:
- keygen-service: Keygen service is a tool top of tss-api for setup keygen ceremony for new guards.
- tss-api: A service for keygen, sign and regroup operations on eddsa and ecdsa protocols in threshold signature.
- communication: A package that abstractly manages communication between endpoints.
- encryption: unify encryption interface.
- detection: A package that finds available endpoints in private network.
- tss: A package for building and validating TSS signatures.
- 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.