blockcore-notes
blockcore-notes copied to clipboard
Notes app for decentralized infrastructures (Nostr and Web5)
## Overview - Each Private Channel message is encrypted with a unique key, signed with another unique key, and reveals no identifying information about the author or the intended recipient....
The LN node/service can sometimes be slow, display a proper loading indicator after signing the message.
https://github.com/nostr-protocol/nips/blob/master/39.md
This was a brand new account: 

Sharing a profile link on e.g. GitHub can be done today like this: [https://notes.blockcore.net/p/17e2889fba01021d048a13fd0ba108ad31c38326295460c21e69c43fa8fbe515](https://notes.blockcore.net/p/17e2889fba01021d048a13fd0ba108ad31c38326295460c21e69c43fa8fbe515) This task is to implement support for NIP-05 in that URL (we already support lookup with...
https://github.com/nostr-protocol/nips/blob/master/78.md We can use this specification to persist the user's options, like "show lines", sort orders, view selections, etc.
It should be possible to scan the private key QR code in Blockcore Wallet to import a private key onto the mobile device.
The content editor should support @ character to tag profiles, which must then be added to the tags collection when publishing a note.
Right now we only show import on initial login of empty database, and we ensure that only latest is the one picked. We should also keep (persist) the created_at date...