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

https://github.com/onlyforward0613/nft-marketplace-scratch


https://github.com/onlyforward0613/nft-marketplace-scratch

Last synced: over 1 year ago
JSON representation

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

```bash
You can find this tutorial at https://docs.alchemy.com/docs/how-to-build-an-nft-marketplace-from-scratch
```