An open API service indexing awesome lists of open source software.

https://github.com/alchemyplatform/nft-marketplace-tutorial

NFT marketplace tutorial by Alchemy
https://github.com/alchemyplatform/nft-marketplace-tutorial

Last synced: 19 days ago
JSON representation

NFT marketplace tutorial by Alchemy

Awesome Lists containing this project

README

          

# Basic NFT Marketplace end to end

This code is for the Tutorial [Build your own NFT Marketplace from Scratch](https://docs.alchemy.com/alchemy/) built by [alchemy.com](https://alchemy.com)

To set up the repository and run the marketplace locally, run the below
```bash
git clone https://github.com/OMGWINNING/NFT-Marketplace-Tutorial
cd NFT-Marketplace-Tutorial
npm install
npm start
```