Add README.md

This commit is contained in:
ekzyis 2023-10-03 12:44:46 +02:00
parent 3570c56af4
commit 084b838a97
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
**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`.