Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.22 KB

Readme.md

File metadata and controls

46 lines (28 loc) · 1.22 KB

ETHLIFT

ETHLIFT is a set of CLI tools intended to be use by smart contract developers for general tasks not covered at the moment by other CLI tools

Installation

TODO: how to install from release binary

Installing from Source

For people that want to install from source, you can do so like below:

git clone https://github.com/storming0x/ethlift-rs
cd ethlift-rs
cargo install --path ./ --bins --locked --force

Or via cargo install --git https://github.com/storming0x/ethlift-rs --locked ethlift.

Manual Download

You can manually download nightly releases here.

ethlift

Commands

  • diff
    • Get a diff of a local solidity file compared against the deployed etherscan verified source code of a contract address
    • Supports Brownie and foundry projects. TODO: hardhat
  • TODO flatten
    • Generic flattener for solidity contracts to merge imports into a single file
    • Supports Brownie and foundry projects

Contributing

See our contributing guidelines.

Getting Help

Acknowledgements

  • Foundry and ethers-rs contributors.