/nft_marketplace

this a web3 application which perform basic nft markeet place prototype include minting, buying, take down

Primary LanguageJavaScriptMIT LicenseMIT

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