Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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