-
Web3 Notes is a decentralized notes storing dapp, build on Spheron.
-
user can upload there notes in form of Pdf, txt , img files
-
User control all their notes and store them securely on a decentralized network that's always online.
-
User can easily login with metamask
-
Users can create folders just like google drive , and then upload notes in different folders. it help them to keep notes according to their need.
-
User can Easy upload notes in folder
-
User can search for Public notes which was uploaded by admin and then add them to favourites
- React.js , which is hosted Spheron Decentralized Hosting.
- Decentralized Nodejs and Express.js
- Polybase web3 database (schema created with polybase explorer)
- Spheron Storage SDK to Upload notes on Decentralized storage.
Youtube demo video -> Click here
- Clone this repository
git clone https://github.com/ChetanXpro/web3-notes.git
cd client
npm install
- Run React.js app
npm run dev
- Clone this repository
git clone https://github.com/ChetanXpro/web3-notes.git
cd server
npm install
- Add .env file
ACCESS_TOKEN_SECRET=<A random string>
SPHERON_TOKEN=<YOUR SPHERON TOKEN>
POLYBASE_NAMESPACE=<YOUR polybase-namespace >
PRIVATE_KEY=<your private key to intereact with polybase>
- Run Server app
npm run dev



