92ce379649030ab52d9b0a93320d9e17da47a6f0
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
72.9%
Go
26.4%
Assembly
0.6%
