NFT Sale Contracts This project is a collection of smart contracts for selling NFTs (ERC1155). Setup Install dependencies npm install Compile contracts npx hardhat compile 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