mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-06-24 15:52:25 +02:00
go-nostr
A set of useful things for Nostr Protocol implementations.
Generating a key
sk, _ := nostr.GenerateKey()
fmt.Println("sk:", sk)
fmt.Println("pk:", nostr.GetPublicKey(sk))
Languages
C
82.7%
Go
16.5%
Assembly
0.7%
Just
0.1%