Hosted @ https://NftMinted.netlify.app/
Application which allows you to deploy your own NFT contract and/or mint your own NFTs which conform to the official ERC-721 metadata standards.
You can either mint against your own contract (if you have previously deployed one via Minted or elsewhere) by providing the custom contract address, or against the generic already deployed Minted contract (0x55963cC37764dc1932ed7Eb0466432d79d70345e
).
Prerequisite: Create a .env
file within the root directory, copy over the contents of .env-sample
and populate the values with your own keys.
This project uses Netlify Functions, so can be run locally using Netlify CLI:
npm install netlify-cli -g
netlify dev
npm run test
Demo of an NFT being minted then showing it on OpenSea: