Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alchemyplatform/RTW3-Week7-NFT-Marketplace
- Owner: alchemyplatform
- Created: 2022-06-13T01:58:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T23:10:16.000Z (about 1 year ago)
- Last Synced: 2024-08-04T13:03:47.764Z (6 months ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 38
- Watchers: 7
- Forks: 158
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-web3-tools-and-dapps - NFT Marketplace - This is the main repository for the Alchemy project called "How to Build an NFT Marketplace". (dApps directory / NFT App Templates)
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
```