Skip to content

NFT Marketplace Full Stack Example using Alchemy + Pinata

Notifications You must be signed in to change notification settings

SoftTalents/PetDog_NFT_Marketplace

Repository files navigation

PetDog NFT Marketplace end to end example

This code is built on alchemy and pinata.

To deploy the smart contract on Goerli

npx hardhat run --network goerli scripts/deploy.js

To set up the repository and run the marketplace locally, run the below

git clone https://github.com/SoftTalents/PetDog_NFT_Marketplace.git
cd PetDog_NFT_Marketplace
npm install
npm start

🏗️ Important

For now, don't use the Coinbase extension with Metamask; it makes trouble. We will fix the issue after soon.