Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 649 Bytes

readme.md

File metadata and controls

17 lines (9 loc) · 649 Bytes

KZG Ceremony Rest API

Endpoints

This implements all of the endpoints located in [link] . Much of the rationale is also located in that file.

Requirements

  • OAuth Client App : Currently we require users to sign in with either Ethereum or Github, which requires an OAuth client application that the user gives read access to their profile to.

  • Keypair generation algorithm : The coordinator signs JWTs that can be verified by external parties. Openssl is recommended.

Live URL

  • kzg-ceremony-poc.fly.dev
  • You can use the endpoint /hello_world to check that the server is running