Complete Full Stack Notes DApp (Decentralized Application) using solidity language for Smart Contract, hardhat for Dev Enviroment, and react.js library using vite for frontend.
Smart Contract Deployed on Rinkeby Test Network -> 0xE23f40A669C6A74B1e3de431d31fEfB5Efb18849
Deployed Frontend On Fleek IPFS -> https://delicate-bread-1272.on.fleek.co/
- Add Notes which is stored in blockchain.
- Get Notes of perticular user.
- Delete Note (Used soft delete).
- Good User Interface
1. cd Frontend
2. yarn install
3. yarn run dev
1. cd Smart-Contract
2. yarn install
3. setup env for rinkeby test network or you can use localhost.
4. yarn hardhat test
5. yarn hardhat deploy --network localhost
- React.js (Using Vite).
- Tailwind CSS (For styling).
- ts-particles (for background animations).
- ethers.js for Web3 integration.
- Fleek IPFS (For deploying frontend)
- Solidity (To develop Smart Contract)
- Javascript (For deploying scripts)
- Chai (For testing Smart Contract)
- Rinkeby (Test network)
- Hardhat
- ethers