Takolabs mint page is a utility that allows you to mint your nfts and then upload then export them to marketplaces like Opensea or Magic Eden.
On this mint page, you can import an existing smart contract, or you can generate a new smart contract and then use it right within the takolabs mint tool.
- Ensure you have recent versions of both
node
andyarn
installed.
Fork the project, then clone it. Example:
git clone git@github.com:tako-labs/mint.git
- Build the project. Example:
cd takolabs-mint
yarn install
yarn build
- Start the project in your local environment:
yarn start
Runs the app in the development mode.
Open [http://localhost:3000] to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.