This is a NFT minter app that allow users to connect to the blockchain and mint assets of the Polynians collection directly to their wallets.
The application can be found here. Make sure you have Metamask installed.
- clone the repository, then run
npm install
You can change the network the app is connecting to to the one you want to by changing network.polygon
to network.the_network_you_want
in the following files:
you can change the smart contract address, metadata uri and NFT minting price in the constants.js file