Skip to content

moikas-code/mint

Repository files navigation

Takolabs Mint

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.

Getting Project Set Up

Prerequisites

  • Ensure you have recent versions of both node and yarn installed.

Installation and Starting Up

Fork the project, then clone it. Example:

git clone git@github.com:tako-labs/mint.git
  1. Build the project. Example:
cd takolabs-mint
yarn install
yarn build
  1. 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.

Learn More

This project was bootstrapped with Create React App.

Getting Started with Create React App

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.