Builders are Solidity smart contracts designed to mass-create NFTs using the LockDealNFT system.
Install the packages:
npm i
yarn
Compile contracts:
npx hardhat compile
Run tests:
npx hardhat test
Run coverage:
npx hardhat coverage
Deploy:
npx truffle dashboard
npx hardhat run ./scripts/deploySimpleBuilder.ts --network truffleDashboard
npx hardhat run ./scripts/deploySimpleRefundBuilder.ts --network truffleDashboard
The audit report is available here: Audit Report
The-Poolz Contracts is released under the MIT License.