FROST (EdDSA) Playground

FROST is a threshold signature protocol that allows a group to jointly create a valid EdDSA/Schnorr signature — without ever revealing the private key. This simulation shows how shares are distributed and then used to "sign" together.

How it works (simplified)

  1. Generate a private key and split it into multiple shares.
  2. Participants each hold a share. No one knows the full key.
  3. At signing time, participants collaborate to produce a valid signature.

Why FROST matters

Explore More

← Back to Home