Eventverse is a revolutionary blockchain-based ticketing platform engineered to combat fraud and inefficiencies in the event ticketing industry. Leveraging the Avalanche blockchain, our platform empowers event organizers to issue tickets as digital tokens, ensuring secure purchases, effortless resales, and QR-code-based authentication.
- Event organizers can mint unique, tamper-proof tickets with embedded event details.
- Blockchain-backed transparency guarantees authenticity and secure transfers.
- An intelligent chatbot designed to help users navigate the EventVax platform
- Provides accurate, context-aware answers about ticket purchasing, wallet connections, event creation, and more
- Offers step-by-step guidance for blockchain interactions and NFT ticket management
- Features a beautiful floating UI that's accessible throughout the platform
- Each ticket is embedded with a unique QR code for instant and tamper-proof validation.
- Eliminates counterfeit tickets and simplifies on-site verification.
- Powered by Avalanche, enabling fast, transparent, and cost-efficient ticket purchases and resales.
- Immutable transaction records provide peace of mind for buyers and sellers.
- A decentralized marketplace for verified resale, maintaining ticket integrity and fair pricing.
- Automated smart contracts prevent scalping and fraud.
-
Install Node.js:
# For Windows: Download and install from https://nodejs.org/ # For Ubuntu/Debian sudo apt update sudo apt install nodejs npm # For macOS wicth Homebrew brew install node
Verify installation with:
node --versionandnpm --version -
Clone the repository:
git clone https://github.com/mokayaj857/eventvax.git
-
Install dependencies:
npm install
-
Compile smart contracts:
npx hardhat compile
-
Configure Avalanche network: Edit
hardhat.config.jsto include Avalanche network details under thenetworkssection. -
Deploy contracts:
npx hardhat run scripts/deploy.js --network avalanche
-
Run the application locally:
# First, install and run the backend server cd server npm install npm run dev # In a new terminal, run the frontend cd eventvax npm install npm run dev
๐ก Don't forget to update your contract address in the configuration files!
| Name | Role | Contact |
|---|---|---|
| Williams Ochieng | Smart Contract Dev | [email protected] |
| Joseph Okumu Otieno | Full-stack Engineer | [email protected] |
| John Mokaya | Frontend Developer | [email protected] |
| Phillip Ochieng | Frontend Developer | [email protected] |
| Ouma Ouma | Full-Stack Enginee | [email protected] |
-
Go Live!
- Promote the page across social media and mailing lists.
๐ฝ๏ธ Click the image above to watch the full project demo hosted on Google Drive.
- Speed & Efficiency: Lightning-fast finality for instant ticket transfers within 2 seconds.
- Low Costs: Affordable transactions for users and event organizers.
- ๐ฐ Cost Efficiency
- Minimal transaction fees
- Economical for both users and operators
- Our smart contracts are deployed on Avalanche's C-Chain to facilitate secure ticket operations.
- Robust deployment pipeline via Hardhat ensures reliability.
Eventverse is redefining event ticketing by combining blockchain security with intuitive user experiences. Stay tuned for exciting updates and new features as we shape the future of event access!



