NFT ticketing app built with Polygon, Tatum express NFT API and Transak API!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
NFTickets brings a new utility to NFT projects by providing a ticketing app where access is granted to users through the validity of the NFT providing gated access to holders. Users are able to buy the NFT and store it directly in their NFTickets wallet and present it at point of entry.
Here's why:
- Providing utility to NFT's
- Simplifying the purchase and verifcation of NFT access tickets.
- Ease of use.
The project has not been audited and should not be used in production, project is currenlty a proof of concept.
Tech stack used in the project:
Follow the steps below to run the project locally.
Following will be required to run the project.
- Angular
npm i @angular/cli
- npm
npm install -g ionic
- Obtain an API key from Tatum.io NOTE: The application makes use of express NFT API, a paid plan or promo plan is required.
- Obtain an API key from Transak.
- Clone the repo
git clone https://github.com/ray-blue/NFTickets.git
- Install NPM packages
npm install
- Enter your Tatum and Transak API in
environments.ts
const API_KEY = 'ENTER YOUR API';
- Run the project
ionic serve
See the project demo video below.
- Add Changelog
- Build ticket listing site
- Add additionnal functionality
- Add security to the app
- Multi-language Support
- Chinese
- Spanish
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Suraya Ngobeni - suarya.ngobeni@gmail.com
Project Link: https://github.com/ray-blue/NFTickets
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!