Skip to content

Minimal nft boilerplate with ethersjs, hardhat, react, polygon, web3modal

License

Notifications You must be signed in to change notification settings

DevOpsInternational/nft-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-nft-marketplace

ethereum nft marketplace

Steps:

  1. Compile and deploy contract
npm install
npx hardhat node
npx hardhat compile
npx hardhat deploy (or) npx hardhat run scripts/deployContract.js --network local
npx hardhat test
  1. Copy deployed contract address and replace contract address in client/src/blockchain.js with newly deployed address and then run react app in client directory
cd client
npm install
npm start

About

Minimal nft boilerplate with ethersjs, hardhat, react, polygon, web3modal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • Solidity 18.9%
  • HTML 10.9%
  • CSS 7.2%