#evm #ethereum #address #generate #contract #calculating #suffix

bin+lib create3

A library for calculating the address of contracts deployed via CREATE3

1 unstable release

0.1.0 Apr 1, 2023

#40 in #suffix

MIT/Apache

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: image

Dependencies

~1.5MB
~15K SLoC