Skip to content

mohsin651/NFT_Project

Repository files navigation

NFT Marketplace Project

This project demonstrates a basic Hardhat, nextjs, solidity use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

Stepa and command (dependencies) to create a NFT Marketplaces

// create a next.js app by ( give the name to app)
$ npx create-next-app@latest _name_of_the_app_
$ npm install --global yarn
$ cd _name_of_the_app_
$ yarn add ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers web3modal @openzeppelin/contracts ipfs-http-client axios
$ yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest
// create postcss.config.js by
$ npx tailwindcss init -p
// initialize the hardhat by
npx hardhat

**********
// to run hardhat environment 
$ npx hardhat node 

// to deploy the script on Polygon Mumbai testnet by
$ npx hardhat run --network mumbai scripts/deploy.js

// run the app by 
n
$ npm run dev
// now you are good to go with NFT marketplace
screen-capture.webm

Images of The NFT Marketplace Screenshot from 2022-07-25 21-18-17 Screenshot from 2022-07-25 21-18-23 Screenshot from 2022-07-25 21-18-28 Screenshot from 2022-07-25 21-18-40 ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published