Skip to content

WillKre/Minted

Repository files navigation

Minted

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).

Run Locally

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:

  1. npm install netlify-cli -g
  2. netlify dev

Run Tests

  • npm run test

Preview

Demo of an NFT being minted then showing it on OpenSea:

demo.mov

About

NFT contract deployer & minter (ERC-721)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages