How hard will it be to add to this CLI the ability to run DKG as well?
I'm thinking:
We add a DKG node mode to the cli that opens up a P2P connections to DKG participants (via ENR)
When all online the ceremony starts following the repo below (it has all the steps in it, use the existing operator encryption key for communication)
DKG finishes, a final step for signing the deposit data starts.
all peers sign the pre-defined deposit data, session ends
It will take some work but will open up an independent DKG implementation which is super useful and cool!
https://github.com/drand/kyber/tree/master/share/dkg
How hard will it be to add to this CLI the ability to run DKG as well?
I'm thinking:
We add a DKG node mode to the cli that opens up a P2P connections to DKG participants (via ENR)
When all online the ceremony starts following the repo below (it has all the steps in it, use the existing operator encryption key for communication)
DKG finishes, a final step for signing the deposit data starts.
all peers sign the pre-defined deposit data, session ends
It will take some work but will open up an independent DKG implementation which is super useful and cool!
https://github.com/drand/kyber/tree/master/share/dkg