Add url routing

This commit is contained in:
Jon Staab
2026-06-12 14:46:52 -07:00
parent af4d53269a
commit 9fe9da75e0
8 changed files with 232 additions and 53 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ FROST Multisig Quorum Protocol
## Abstract
This NIP defines a protocol for creating and operating FROST threshold signature quorums over Nostr keys. A quorum is a group of n participants who collectively control a shared Nostr keypair via a (t,n) threshold signing scheme, where any t members can produce a valid signature but no fewer. The quorum's private key is never known to any single party.
This NIP defines a protocol for creating and operating FROST threshold signature quora over Nostr keys. A quorum is a group of n participants who collectively control a shared Nostr keypair via a (t,n) threshold signing scheme, where any t members can produce a valid signature but no fewer. The quorum's private key is never known to any single party.
## Participant Indexing