Add full NIP-19 compatibility

note, nprofile, nevent, naddr, npub, nsec and nrelay
This commit is contained in:
Wilson Silva
2023-11-20 21:03:24 +07:00
parent bba18d1bc0
commit 61a88981e6
10 changed files with 561 additions and 8 deletions

View File

@@ -131,6 +131,7 @@ I made a detailed documentation for this gem and it's usage. The code is also fu
- [x] [NIP-01 - Basic protocol flow description](https://github.com/nostr-protocol/nips/blob/master/01.md)
- [x] [NIP-02 - Contact List and Petnames](https://github.com/nostr-protocol/nips/blob/master/02.md)
- [x] [NIP-04 - Encrypted Direct Message](https://github.com/nostr-protocol/nips/blob/master/04.md)
- [x] [NIP-19 - Bech32-encoded entities](https://github.com/nostr-protocol/nips/blob/master/19.md)
## 🔨 Development