https://github.com/onlyforward0613/nft-marketplace-scratch
https://github.com/onlyforward0613/nft-marketplace-scratch
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/onlyforward0613/nft-marketplace-scratch
- Owner: OnlyForward0613
- Created: 2024-01-29T09:46:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:49:16.000Z (over 2 years ago)
- Last Synced: 2024-02-02T20:35:18.792Z (over 2 years ago)
- Language: Solidity
- Size: 4.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```
```bash
You can find this tutorial at https://docs.alchemy.com/docs/how-to-build-an-nft-marketplace-from-scratch
```