Decentralized Notes is a simple smart contract written in Solidity that allows anyone to store, retrieve, and manage their personal notes directly on the blockchain.
Instead of relying on centralized servers or apps, this DApp ensures your notes are secure, censorship-resistant, and always accessible through your wallet address.
It’s designed as a beginner-friendly blockchain project — perfect for learning how smart contracts work with mappings, events, and state variables in Solidity.
GitHub Link: https://github.com/sreedeepghosh2005/decenternote
Our mission is to create a simple yet powerful decentralized application that empowers users to store their thoughts, reminders, and personal ideas directly on the blockchain.
We aim to:
Demonstrate how Solidity’s mappings, arrays, and events work in a real project.
Provide a fully decentralized, privacy-preserving notes system.
Encourage beginners to explore blockchain development through a practical, meaningful use case.
Decentralized Notes is not just a tool — it’s a learning project that shows how blockchain can give users control of their own data.
Traditional note-taking apps rely on centralized servers, which come with several risks:
Notes can be lost, deleted, or become inaccessible if the service shuts down.
Platforms may censor, restrict access, or track user activity.
Users don’t fully own their data — it is controlled and stored by third-party companies.
Privacy is not guaranteed, as centralized systems can be hacked or misused.
There is no simple, beginner-friendly system that allows users to securely store personal notes directly on the blockchain under their own wallet address.
Decentralized Notes is a lightweight, beginner-friendly Solidity smart contract that stores personal notes on the blockchain.
It provides:
A mapping connecting each user's wallet address to their personal list of notes.
Functions to add, retrieve, and fetch specific notes.
Events to notify when notes are created.
Immutable, censorship-proof storage, ensuring the note remains permanently recorded.
No central server, no risk of censorship, and no dependency on third-party apps — the user fully owns and controls their data.
India