create3 0.1.0

A library for calculating the address of contracts deployed via CREATE3.
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 14.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • AmanRaj1608/create3
    5 4 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AmanRaj1608

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