Skip to content

CLI tools intended to be use by smart contract developers for general tasks

License

Notifications You must be signed in to change notification settings

storming0x/ethlift-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.