Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 431 Bytes

NFT Sale Contracts

This project is a collection of smart contracts for selling NFTs (ERC1155).

Setup

  1. Install dependencies
npm install
  1. Compile contracts
npx hardhat compile
  1. Run tests
npx hardhat test
note: partner sale share percentage is 60% of the total sale price, and the platform sale share percentage is 40% of the total sale price.

By Maxion Technologies