1.0.7 • Published 3 years ago

truffle-croned v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

truffle-croned

npm

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')();.

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago