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

@@ -74,6 +74,13 @@ export default defineConfig(withMermaid({
{ text: 'Encrypted Direct Message', link: '/events/encrypted-direct-message' },
]
},
{
text: 'Common use cases',
collapsed: false,
items: [
{ text: 'Bech32 enc/decoding (NIP-19)', link: '/common-use-cases/bech32-encoding-and-decoding-(NIP-19)' },
]
},
{
text: 'Implemented NIPs',
link: '/implemented-nips',