Skip to content

Simple NFT Minting site for EVM-compatible blockchains.

Notifications You must be signed in to change notification settings

Hiyorimi/toadverse-website

 
 

Repository files navigation

React-NFTs

This is a simple project I built to mint a collection of NFTs. Built using hardhat, ethers.js, Solidity, and React. It includes a smart contract that mints a series of up to 50 unique NFTs from a front-end app. The user can then see the NFT sent to their wallet and on OpenSea.

This is an ongoing project deployed on the Rinkeby testnet. I am currently collaborating with an artist to make the art itself more interesting.

Running

npm -i --save
npm run start

Building for release

npm run build

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.5%
  • CSS 22.6%
  • Solidity 19.3%
  • HTML 4.6%