Hi everyone,
I’d like to share a simple idea for a new project built on Zcash - Zcash Notes.
Zcash Notes is a lightweight app that lets you store private notes directly on the Zcash blockchain using the memo field in shielded transactions.
Each note is:
-
Encrypted
-
Stored on-chain
-
Permanent
-
Only readable by you (or intended recipient)
How It Works (Simple)
-
You write a note in the app
-
The app encrypts it
-
The note is stored inside a Zcash memo field
-
A shielded transaction is sent (usually to yourself)
-
You can later scan and read your notes using your viewing key
Example Use Cases
-
Personal private journal
-
Secure idea storage
-
Timestamped proof of authorship
Is storing structured data in memos something we want to encourage?
Any concerns about chain bloat or misuse?
Best practices for chunking and encoding memo data?
Would this be better as a wallet feature vs standalone app?