nickfarrow / frostr

the word's first multisignature social media account
87 stars 8 forks source link

image

FROSTR

use Flexible Round Optimized Schnorr Threshold (FROST) signatures to create a joint nostr account with your friends.

FROST is a threshold multisignature (t-of-n), so to make a post/event you require t parties to individually sign and contribute signature shares. These signature shares are then combined into a single schnorr signature which is valid under the joint public key.

Extremely unsafe and violently untested

Please do not add this to any nostr client list.

Usage

git clone https://github.com/nickfarrow/frostr

then cargo run or

cargo install --path .
frostr

Choose menu options 0-1, copy-paste and share things between participants. Take care to only share "secrets" with the intended recipient!

More about FROST

FROST Paper

Docs for our implementation & some important notes

todo (you?)