/MintTemplate

Primary LanguageJavaScript

Getting Started with Create React App

This project was bootstrapped with Create React App.

Installment

git clone this project

npm i

Smart contract Configuration

copy contract/example.sol to REMIX

deploy the example contract

Copy the contract address

Website configuration

In the project directory ./src/utils/configuration.js, you need to change assign the correct contract address based on chain id:

configuare all options based on comments

Then you can run to launch the website server.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.