2023-10-03 10:44:46 +00:00
|
|
|
**NIP-44 implementation in Go**
|
|
|
|
|
2023-12-22 17:14:07 +00:00
|
|
|
NIP-44 specification: https://github.com/nostr-protocol/nips/blob/master/44.md
|
2023-10-03 10:44:46 +00:00
|
|
|
|
|
|
|
To use as library: `go get -u git.ekzyis.com/ekzyis/nip44`
|
|
|
|
|
|
|
|
To run tests, clone repository and then run `go test`.
|
2023-12-30 17:00:32 +00:00
|
|
|
|