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
TODO: how to install from release binary
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
.
You can manually download nightly releases here.
- 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
See our contributing guidelines.
- Open an issue with the bug
- Foundry and ethers-rs contributors.