Where is the code for random beacon and DKG?

  • The random beacon maker's code is viewable in this GitHub repo.
  • You can find the DKG algorithm implementation in the following GitHub repo.
  • You can find the main code responsible for orchestrating the DKG (sending, receiving, and validating DKG messages, and making sure that they make it into the blockchain) in this GitHub repo.

Updated