Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djordjevujatovic/next-nft-marketplace
Next JS NFT Marketplace
https://github.com/djordjevujatovic/next-nft-marketplace
Last synced: about 15 hours ago
JSON representation
Next JS NFT Marketplace
- Host: GitHub
- URL: https://github.com/djordjevujatovic/next-nft-marketplace
- Owner: DjordjeVujatovic
- Created: 2022-02-21T19:31:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T01:12:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T03:33:40.823Z (1 day ago)
- Language: JavaScript
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Full-stack NFT Marketplace
## Project Summary
- This project is created for learning purposes
- This project is an NFT Marketplace project which consists of 2 smart contracts:
1. NFT Contract: Allows users to mint digital assets
2. Marketplace Contract: Allows users to place their digital assets for sale on the open market.## Learning Goals
- Build and deploy a full-stack NFT marketplace on the Ethereum blockchain
## Stack
- NextJS
- Tailwind CSS
- Ethers
- Solidity
- Hardhat# Setup
1. Clone repo
2. Install dependencies (run: yarn or npm install)
3. Run: npx hardhat node
4. Run: npx hardhat run scripts/deploy.js --network localhost
5. Run: yarn dev