You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's imagine how Zingo could send a transaction with FROST, this use-case is for a coordinator & 4 participants (5 possible signers). These are the steps:
The coordinator needs an identifier from each participant. Can be an UA, nick name, email, etc...
The coordinator create the Public Key Package, needs the identifiers, set min & max signers, and that's it.
The coordinator send to each participant their Secret Share, that have to be the same for each participant. (how? by email, chat channel or maybe by UA (identifier) to their wallets).
Participant Round 1:
Each participant with the Secret Share have to create a Signing Nonces (to use it after) & a Signing Commitment that have to be send to the coordinator.
The coordinator with all of the Signing Commitments from the participants & the message have to create the Signing Package.
The coordinator send to each participant their Signing Package. (how? same issue...)
Participant Round 2:
Each participant with the Signing Package have to create a Signature Share that have to be send to the coordinator.
The coordinator with all of the Signing Share finally can sign the message & broadcast it.
Let's imagine how
Zingo
could send a transaction withFROST
, this use-case is for a coordinator & 4 participants (5 possible signers). These are the steps:identifier
from each participant. Can be an UA, nick name, email, etc...Public Key Package
, needs the identifiers, set min & max signers, and that's it.Secret Share
, that have to be the same for each participant. (how? by email, chat channel or maybe by UA (identifier) to their wallets).Secret Share
have to create aSigning Nonces
(to use it after) & aSigning Commitment
that have to be send to the coordinator.Signing Commitments
from the participants & the message have to create theSigning Package
.Signing Package
. (how? same issue...)Signing Package
have to create aSignature Share
that have to be send to the coordinator.Signing Share
finally can sign the message & broadcast it.Make any sense? What do you think, @Edicksonjga.
The text was updated successfully, but these errors were encountered: