Welcome to the frontend repository of Cryptix! This repository contains all the frontend code for our blockchain-based ticketing platform. Note that this repo is solely dedicated to the frontend and does not include any backend logic. Cryptix is an innovative blockchain-based ticketing platform designed to revolutionize the way people buy tickets for concerts, events, and more. By leveraging blockchain technology, Cryptix ensures enhanced security, transparency, and user experience, preventing bot usage and illegal resale, providing clear ownership history, and eliminating intermediaries. The platform issues tickets, uses smart contracts for managing sales and transfers, and offers a decentralized marketplace for secure resale. Additionally, Cryptix integrates identity verification mechanisms and provides multi-channel access through web and mobile applications, making ticket purchasing seamless and secure.
-
Bot Prevention and Illegal Resale:
- Unique and immutable tickets on the blockchain to prevent bots and illegal resale.
- Smart contracts enforce strict rules on ticket transfer and resale.
-
Transparency and Traceability:
- All ticket transactions are recorded on a public blockchain, ensuring transparency and authenticity.
- Clear and accessible ownership history.
-
Elimination of Intermediaries:
- Direct ticket sales from organizers to consumers, reducing additional costs and fraud risk.
- Lower chances of human errors.
-
Enhanced User Experience:
- Secure and quick ticket purchases and transfers via digital wallets.
- Safe and controlled resale options under predefined terms.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/CryptixFront.git cd CryptixFront -
Install dependencies:
npm install # or yarn install -
Run the development server:
npm start # or yarn start
To contribute or create your own version, follow these steps:
-
Fork the repository: Click on the "Fork" button at the top right of this page.
-
Clone your fork:
git clone https://github.com/your-username/CryptixFront.git
-
Create a new branch:
git checkout -b feature-branch
-
Make your changes and commit them:
git commit -am 'Add new feature' -
Push your branch:
git push origin feature-branch
-
Create a Pull Request to the main repository.
- Yulian Bedoya (https://github.com/ybedoyab)
- Santiago Acevedo (https://github.com/Und3rW0rld)
- Marycielo Berrio (https://github.com/MarycieloBerrio)
- Melany Franco (https://github.com/MelanyMFM)
