1.0.7 • Published 2 years ago

truffle-croned v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago