Make your custom Tezos NFT Collection. Setup mechanism of distribution.
Demo Video: https://youtu.be/NC-Yn7R9PlE
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
node v14.17.3 or later
A step by step series of examples that tell you how to get a development env running
Say what the step will be
git clone https://github.com/en0c-026/creatMe.git
cd creatMe
yarn install
yarn dev
You must rename the '.env.example' file to '.env' This contains an example configuration that you can use for testing purposes.
PINATA_API_KEY=<YOUR_PINATA_API_KEY>
PINATA_SECRET_API_KEY=<YOUR_PINATA_SECRET_KEY>
WALLET_TEZOS_PK=<YOUR_WALLET_PRIVATE_KEY>
TEZOS_RPC_URL=<YOUR_FAVORITE_RPC_URL>
- next.js - The React Framework
- tailwind css - A utility-first CSS framework
- Pinata-SDK - SDK to interact with the Pinata API, to use the IPFS pinning service.
- Taquito - TypeScript library to develop your Tezos blockchain
- tezos-tools - Tezos FA2 NFT CLI Tool And Tutorial
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- en0c-026 - PurpleBooth
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- To God for the ability to think and inspiration
- oxheadalpha - for making things easier for me with his examples
- Tezos - for the chance to participate in this hackathon