Skip to content

Gimer0x/nft-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Marketplace Sample Project (Work in progress)

This personal project demonstrates a basic Marketplace functionality. In this project, we implemented the following contracts:

  1. NFTMainCollection: This contract is implemented to create an NFT collection.
  2. NFTCollections: This contract is implemented to generate multiple collections. It also supports lazy minting (Work in progress).
  3. NFTVoucher: This contract allows to verify vouchers to redeem a lazy NFT in the generic NFT collection contract.
  4. Marketplace: This contract implements the functionality to list and buy NFTs. This is an upgradable contract that implements the UUPS proxy pattern.

Note

This code is not production ready. Some functionality and testing are missing.

To install the hardhat project just execute:

npm install

To compile the project:

npx hardhat compile

To test the project just type the following command:

npx hardhat test

or

REPORT_GAS=true npx hardhat test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published