VERI-AI is a Web3-powered verification platform built on StarkNet.
It helps users verify the authenticity and ownership of digital and physical assets (like certificates, land documents, or NFTs) using blockchain transparency and AI validation.
Our mission is to make trust verification simple, secure, and tamper-proof.
VERI-AI is built using the Scaffold-Stark framework — an open-source toolkit for rapidly building and deploying decentralized applications on StarkNet.
- Next.js – frontend and app routing
- Starknet.js – blockchain interaction layer
- Starknet-React – React hooks for StarkNet
- Scarb & Starknet Foundry – Cairo build and testing toolchain
- 🧠 AI-Powered Validation: Use intelligent models to verify authenticity of data or documents.
- 🔗 Blockchain Transparency: Each verification is logged immutably on StarkNet.
- 🪪 Asset Authentication: Verify certificates, land titles, or NFTs with proof of ownership.
- 🧱 Reusable Components: Modular Web3-ready components built with Scaffold-Stark.
- 🔥 Prefunded Test Accounts: Seamless testing with burner wallets.
- 🔐 Wallet Integration: Connect and verify assets with supported StarkNet wallets.
Before starting, install the following:
You can install tools natively or using Dev Containers (Docker).
Install all StarkNet essentials using Starkup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.sh | sh