Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 834 Bytes

README.md

File metadata and controls

46 lines (32 loc) · 834 Bytes

grants_badge

NFT Marketplace

this a web3 application which perform basic nft markeet place prototype include minting, buying, take down. The backend part of the application is composed of a nft ERC721 contract and a marketplace contract interactive with nft contract

Run locally

  1. Clone the repo
git clone https://github.com/dabit3/full-stack-ethereum.git
  1. Install the dependencies
npm install
  1. Start the local test node
npx hardhat node
  1. Compile the contract
npx hardhat compile
  1. Deploy the contract
npx hardhat run scripts/deploy.js --network localhost
  1. Run the app
npm run dev

Test Contract

npx hardhat test