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
- Host: GitHub
- URL: https://github.com/alchemyplatform/nft-marketplace-tutorial
- Owner: alchemyplatform
- Created: 2022-06-06T15:32:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T11:12:54.000Z (about 3 years ago)
- Last Synced: 2025-02-15T17:28:11.612Z (over 1 year ago)
- Language: JavaScript
- Size: 2.6 MB
- Stars: 241
- Watchers: 20
- Forks: 2,089
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```