Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 504 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 504 Bytes

Basic NFT Marketplace end to end

This code is for the Tutorial Build your own NFT Marketplace from Scratch built by alchemy.com

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

git clone https://github.com/OMGWINNING/NFT-Marketplace-Tutorial

cd NFT-Marketplace-Tutorial

cp .envexample .env
(add env variable inside. you should research pinata, ethscan, rpcurl, private key)

npm install

npm run start