entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

implement ckg #221

Closed frankiebee closed 6 months ago

frankiebee commented 10 months ago

cc @ameba23 currently details on this are blocked by their work^

ameba23 commented 10 months ago

We have wasm bindings to the synedrion function to generate keyshares centrally: https://github.com/entropyxyz/synedrion/tree/master/synedrion-wasm.

But when @JesseAbram implemented DKG, the registering process changed quite a bit and there is no longer a way for the user to submit keyshares when registering. So we'd need to put that back in in order for it to be useful to add CKG here.

JesseAbram commented 10 months ago

related to https://github.com/entropyxyz/entropy-core/issues/380

jawndiego commented 6 months ago

closing in lieu of #270