truffle-croned
v1.0.7
Published
[![npm](https://img.shields.io/npm/v/truffle-croned.svg)](https://www.npmjs.com/package/truffle-croned)
Downloads
5
Readme
truffle-croned
Truffle Croned fasciliatate solidity contract from overusing Gas while deploying to on-chain.
This tool helps you to deploying contracts uses less gas. on EVM-Networks, or debugging them on Remix, by merging your files and their dependencies in the right order.
Hardhat support - V 1.0.3 Update
If you are using Hardhat, you can also use this project.
Installation
npm install truffle-croned
Usage
Just add one line inside deploying scripts
require('truffle-croned')();
.