Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alchemyplatform/RTW3-Week7-NFT-Marketplace

Road to Web3 Week7 tutorial on building an NFT Marketplace from Scratch
https://github.com/alchemyplatform/RTW3-Week7-NFT-Marketplace

Last synced: 2 months ago
JSON representation

Road to Web3 Week7 tutorial on building an NFT Marketplace from Scratch

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
```