10 lines
224 B
Markdown
10 lines
224 B
Markdown
|
**NIP-44 implementation in Go**
|
||
|
|
||
|
---
|
||
|
|
||
|
NIP-44 specification: https://github.com/nostr-protocol/nips/pull/746
|
||
|
|
||
|
To use as library: `go get -u git.ekzyis.com/ekzyis/nip44`
|
||
|
|
||
|
To run tests, clone repository and then run `go test`.
|