Skip to content

An ERC-721 minter that allows a user to mint randomly generated word NFTs and view them on OpenSea Rinkeby Test network. The NFT metadata is stored On-Chain using Base64.

bullishgopher/nft-minter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT(ERC-721) Minter

Core Idea

An ERC-721 minter that allows a user to mint randomly generated word NFTs and view them on OpenSea Rinkeby Test network.

App photo

Mint NFT

Screenshot 2021-09-28 at 10 49 01 PM

OpenSea Testnet

Screenshot 2021-09-28 at 10 49 56 PM

Tech Stack

  1. Solidity
  2. ReactJS
  3. EtherJS
  4. Hardhat

How to run

  1. Clone the repo.
  2. In the root folder, run npx hardhat compile to compile the smart contracts.
  3. In the same folder, run npx hardhat scripts/run.js to test the smart contrat.
  4. To deploy the contract, run npx hardhat scripts/deploy.js.

About

An ERC-721 minter that allows a user to mint randomly generated word NFTs and view them on OpenSea Rinkeby Test network. The NFT metadata is stored On-Chain using Base64.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published