simplenft-marketplace

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i simplenft-marketplace

Weekly Downloads

32

Version

1.0.1

License

ISC

Unpacked Size

41.8 kB

Total Files

9

Last publish

Collaborators

  • marcaurelebesner