SoftTalents / PetDog_NFT_Marketplace

NFT Marketplace Full Stack Example using Alchemy + Pinata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

NFT Marketplace Full Stack Example using Alchemy + Pinata


Languages

Language:JavaScript 77.0%Language:Solidity 13.4%Language:HTML 5.9%Language:CSS 3.7%