Skip to content

The-Poolz/LockDealNFT.Builders

Repository files navigation

LockDealNFT.Builders

Build and Test codecov CodeFactor npm version License

Builders are Solidity smart contracts designed to mass-create NFTs using the LockDealNFT system.

Navigation

Installation

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

License

The-Poolz Contracts is released under the MIT License.