👉 Live Project Link -Click Link
Trust Notes is a simple decentralized notes application built with Next.js and deployable on Vercel.
It integrates with the Intuition Wallet and uses the $TTRUST token as a gating mechanism.
Users must hold a minimum balance of $TTRUST tokens in their wallet to create notes, ensuring that every piece of information carries weight and accountability. In future versions, notes can also be staked with $TRUST to increase their visibility and reputation on-chain.
- Wallet Connect – Sign in with your Intuition (EVM-compatible) wallet.
- Token-Gated Access – Only users holding $TTRUST can create notes.
- Notes App – Create, edit, and delete personal notes.
- Blockchain Integration – $TTRUST balance check + placeholder smart contract call for staking.
- Deployable on Vercel – Lightweight, serverless-friendly.
- Connect your Intuition Wallet using the Connect Wallet button.
- The app checks your $TTRUST balance.
- If you meet the minimum, you can create notes.
- If not, you’ll be prompted to acquire more $TRUST.
- Add new notes using the + button.
- Your notes are stored locally (future support for Supabase/IPFS coming).
- Token balance check for $TTRUST
- On-chain staking for note creation
- Social curation (endorse or challenge notes)
- Reputation badges & NFT-based proof of authorship
- Clone this repo
- Install dependencies
npm install