1.2.2 • Published 1 year ago

@poolzfinance/builders v1.2.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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.