Skip to content

CSW0126/COMP3334_GroupProject-NFT-Marketplace

Repository files navigation

COMP3334_GroupProject-NFT-Marketplace

Group13

           

Introduction

This is a web 3.0 application that allow user to create / Buy / Sell NFT

Pre Requirement

Node.js + Yarn + Metamask

First, go to nft-marketplace folder:

cd nft-marketplace

Then, install dependencies:

yarn

For running the test: (if you download from git, you should run the test for generating some files first)

npx hardhat test

For running the React application:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Folder structure

.
├── Comp3334                # Subgraph abi setting folder, not important
├── nft-marketplace         # Main folder contain all source code
│   ├── test                # folder contain the hardhat test case code
│   ├── src                 # folder contain React source code
│   ├── contracts           # folder contain the NFTMarket.sol code
│   ├── .env                # environment variable, including the private key of the contract owner
│   └── ...
└── ...

Documentation

Link

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •