From 084b838a972894948fd2beef456ee28df710ddfe Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 3 Oct 2023 12:44:46 +0200 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..901a8bc --- /dev/null +++ b/README.md @@ -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`.