1 unstable release
0.1.0 | Apr 1, 2023 |
---|
#4 in #deployed
12KB
160 lines
create3
A command-line implementation of EIP-3171 for generating CREATE3 addresses and salts in rust. You can generate custom salts with a suffix to generate vantiy contract address(like create2) and save gas.
Installation
The easiest way to install create3 is via Cargo.
cargo install create3
Usage
Once installed, the usage is as follows:
Dependencies
~1.5MB
~15K SLoC