Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 662 Bytes

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