Skip to content

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

License

Notifications You must be signed in to change notification settings

SIMPLYBOYS/nft_marketplace

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published