mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-27 02:02:48 +01: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))
Subscriptions
go run example/example.go
Languages
C
83.3%
Go
15.9%
Assembly
0.7%
Just
0.1%