-
Notifications
You must be signed in to change notification settings - Fork 61
Encrypted message NIP-4 #623
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestfeaturesBuild new featuresBuild new featuresfixLet's fix this and move forwardLet's fix this and move forwardfrontendWeb & Mobile & UI/UXWeb & Mobile & UI/UXnostrnostrnostronlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source weekurgentUrgent! Let's goUrgent! Let's go
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeaturesBuild new featuresBuild new featuresfixLet's fix this and move forwardLet's fix this and move forwardfrontendWeb & Mobile & UI/UXWeb & Mobile & UI/UXnostrnostrnostronlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source weekurgentUrgent! Let's goUrgent! Let's go
Type
Fields
Give feedbackNo fields configured for issues without a type.
We want to add the encrypted message using the NIP-4 in the apps/pwa.
We already have some hooks and components for NIP-4 and NIP-17.
Components for NIP-4 and NIP-17:
apps/pwa/components/Nostr/Messages/nip17
Hooks:
afk_nostr/sdk/hooks/messages & afk_nostr_sdk/hooks/connect
Fix authed NIP-42 localted in AuthNostrProvider.tsx and /afk_nostr_sdk/hooks/connect/
Fetch encrypted conversation DM for NIP-4
Send encrypted message NIP-4
Read encrypted message from conversations
Create specific components for NIP-4
Resources:
NIP-4: https://github.com/nostr-protocol/nips/blob/master/04.md
NIP-42: https://github.com/nostr-protocol/nips/blob/master/42.md
NIP-17: https://github.com/nostr-protocol/nips/blob/master/17.md