On-chain encrypted notes dApp built on BOT Chain mainnet.
0xe1eedfF10174C4Cfa7a038c555EA8120d2E91158 on BOT Chain (Chain ID: 677)
- Write, edit, delete notes stored permanently on-chain
- AES-GCM 256-bit client-side encryption before hitting the chain
- Only your wallet can decrypt your notes
- No account, no password, no backend, no server
Smart contract audited. No critical vulnerabilities found. Full report: https://blocknotes.online/audit.pdf
- Solidity 0.8.24
- Hardhat
- React + Vite + Tailwind
- Ethers.js v6
- WalletConnect v2
- BOT Chain Mainnet
- npm install
- npx hardhat test
- Add PRIVATE_KEY to .env
- npm run deploy