This is just a react+ethers front end for minting NFTs
- Run
npm install
at the root of your directory - Run
npm run start
to start the project - Add your contract addresses, links, images, etc. in src/App.js
- Add your exported contract json file to "utils" and update the import in WalletUi.jsx (will not compile without this)
- Check the price in App.js
- Customize Metadata in public/index.html