> Non-invasive blockchain identity for endangered marine life
- Conservation data is fragmented across NGOs, governments and researchers
- Physical tags are invasive, expensive and frequently lost
- No universal, tamper-proof registry for living marine animals exists
Create a global, trust-less, photo-based identity ledger so every sighting of the same turtle is immutable without ever touching the animal.
| Layer | Tech |
|---|---|
| Frontend | Next.js, React 18, TypeScript, TailwindCSS, Vite |
| Blockchain | Unique Network (NFTs), Polkadot.js API |
| Inter-chain | Moonbeam / Astar (ERC-20 via atomic swaps) |
| Storage | IPFS (off-line storing of images), on-chain hash for integrity |
| Off-chain | Substrate OCW (biometric hash generation) |
| Dev Tools | Docker, Docker Compose, Node ≥ 18 |
- Docker & Docker Compose
- Node.js 18+
- Polkadot.js browser extension
git clone https://github.com/jasonleexc/TurtleChain.git
cd TurtleChain
npm install