Skip to content

sudhir9297/artions-blockchain-practice

Repository files navigation

Simple NFT marketplace using Hardhat

This is a simple NFT market Place Project to create and buy NFT.

image

you need to have an account of Infura and get a projectId from it and Add it in .env as projectId='your project ID'

also use privateKey from of your testing account and paste in .secret file in Root

Now try it locally you need to run

npx hardhat node
npx hardhat run scripts/deploy.js --network localhost

after running above command you get two ID for nftaddress and nftMarketAddress copy & paste respectively in config.js

and now Run

npm run dev

About

Simple NFT marketplace using Hardhat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published