Builders are Solidity smart contracts designed to mass-create NFTs using the LockDealNFT system.
Install the packages:
npm iyarnCompile contracts:
npx hardhat compileRun tests:
npx hardhat testRun coverage:
npx hardhat coverageDeploy:
npx truffle dashboardnpx hardhat run ./scripts/deploySimpleBuilder.ts --network truffleDashboardnpx hardhat run ./scripts/deploySimpleRefundBuilder.ts --network truffleDashboardThe audit report is available here: Audit Report
The-Poolz Contracts is released under the MIT License.