Eventverse is a decentralized, blockchain-powered event ticketing platform designed to eliminate fraud, opaque resale markets, and inefficient event access systems.
Built and deployed on Mantle Network, an Ethereum-aligned Layer 2, Eventverse enables event organizers to issue tickets as NFT-based digital assets, ensuring secure ticket purchases, transparent resales, and seamless QR-code-based on-chain verification.
By leveraging Mantleโs low-cost execution, EVM compatibility, and Ethereum security, Eventverse delivers a scalable, trust-minimized ticketing experience for both organizers and attendees.
- Event organizers mint tamper-proof NFT tickets containing event metadata.
- Tickets are fully on-chain and verifiable on Mantle.
- Ownership transfers are transparent, immutable, and trustless
- Intelligent chatbot to guide users through the Eventverse platform.
- Helps with ticket purchases, wallet connections, event creation, and NFT management.
- Provides step-by-step explanations for blockchain interactions.
- Accessible via a floating UI across the platform.
- Each NFT ticket is mapped to a unique QR code.
- QR scans verify ticket ownership directly on-chain via Mantle RPC.
- Prevents counterfeit tickets, duplicate scans, and replay attacks.
- All ticket actions (minting, transfers, resale) are executed on Mantle Network.
- Mantleโs low gas fees enable affordable, high-volume ticketing.
- Ethereum settlement guarantees long-term security and data integrity.
- Decentralized secondary marketplace enforced by smart contracts.
- Organizer-defined resale rules (price caps, royalties).
- Prevents scalping, fraud, and off-chain manipulation.
Eventverse is fully deployed on Mantle Sepolia Testnet, satisfying ecosystem deployment requirements.
| Contract | Address |
|---|---|
| AvaraCore (Main Logic) | 0xA360Cc93405A0ff5aA7B7da6591781A592AD5d77 |
| TicketNFT | 0x8541485f68b1aa72a4EEB79efc9a2bFeD591c2aE |
| POAPNFT | 0x714b9A1ef59A884d085bf2aF5A6d75f18D35a38F |
-
๐ Mantle Sepolia Explorer https://explorer.sepolia.mantle.xyz
-
๐ง AvaraCore https://explorer.sepolia.mantle.xyz/address/0xA360Cc93405A0ff5aA7B7da6591781A592AD5d77
-
๐๏ธ TicketNFT https://explorer.sepolia.mantle.xyz/address/0x8541485f68b1aa72a4EEB79efc9a2bFeD591c2aE
-
๐ POAPNFT https://explorer.sepolia.mantle.xyz/address/0x714b9A1ef59A884d085bf2aF5A6d75f18D35a38F
- Install Node.js
# Ubuntu / Debian
sudo apt update
sudo apt install nodejs npm
# macOS (Homebrew)
brew install nodeVerify:
node --version
npm --version- Clone the repository
https://github.com/mokayaj857/mant.gitcd event-vax- Install dependencies
npm install- Compile smart contracts
npx hardhat compile- Configure Mantle Network
networks: {
mantleSepolia: {
url: "https://rpc.sepolia.mantle.xyz",
chainId: 5003,
accounts: [process.env.MANTLE_PRIVATE_KEY],
},
}- Deploy contracts
npx hardhat run scripts/deploy.js --network mantleSepolia- Run locally
# Backend
cd server
npm install
npm run dev
# Frontend
cd eventvax
npm install
npm run dev
Eventverse leverages Mantle Network to power a real-world, consumer-scale Web3 application.
Mantle enables:
- โก High-throughput ticket minting & scanning
- ๐ธ Extremely low transaction fees
- ๐ Ethereum-grade security
- ๐งฉ Full EVM compatibility
- Network: Mantle Sepolia
- Chain ID: 5003
- RPC:
https://rpc.sepolia.mantle.xyz - Wallets: MetaMask & EVM-compatible wallets
- Frontend: Vite + ethers.js
- Contracts: Solidity 0.8.x
Eventverse is a fully deployed, end-to-end Mantle application, not a mock demo.
It demonstrates:
- Real-world utility (ticketing & access control)
- On-chain verification (NFT ownership + QR scanning)
- Smart contract enforcement (anti-fraud & resale rules)
- Strong Mantle alignment (low fees, scalability, UX)
Eventverse serves as a reference consumer dApp for the Mantle ecosystem.
| Name | Role | Contact |
|---|---|---|
| Irene Nditi | Smart Contract Dev | irendenditi1@gmail.com |
| Joseph Okumu Otieno | Full-stack Engineer | jokumu25@gmail.com |
| John Mokaya | Frontend Developer | mokayaj857@gmail.com |
| Mary Njoroge | Project Manager | marynyambura7304@gmail.com |
Eventverse is redefining how events are accessed, verified, and experienced by combining blockchain security, real-world usability, and Mantleโs modular Ethereum infrastructure.




