@poolzfinance/builders
v1.2.2
Published
[![Build and Test](https://github.com/The-Poolz/LockDealNFT.Builders/actions/workflows/node.js.yml/badge.svg)](https://github.com/The-Poolz/LockDealNFT.Builders/actions/workflows/node.js.yml) [![codecov](https://codecov.io/gh/The-Poolz/LockDealNFT.Builde
Downloads
11
Keywords
Readme
LockDealNFT.Builders
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.