1.0.1 • Published 1 year ago

simplenft-marketplace v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Sample NFT MARKETPLACE Hardhat Project

License: MIT

Table of contents

General info

This project demonstrates a basic NFT's Marketplace contract setup with Hardhat and Foundry.

Warning This smart contract repository was created for educational purposes only, to teach the basics of Solidity programming, testing with Hardhat and Foundry. It is not recommended for use in production as it has not undergone extensive testing and may contain undiscovered bugs and errors. Please use at your own risk.

Functionality

These contracts have these functionality:

  • NFT listing
  • token and address blacklist (for prevention of possible stolen nft)
  • Roles (moderation, treasury and admin)
  • ability to change transaction fees and withdraw them

Setup

Install Dependencies

npm install

Run test with Hardhat

npx hardhat test

List all Hardhat tasks

npx hardhat help

Run test with Foundry

forge test

Documentation

1.0.1

1 year ago

1.0.0

1 year ago