create3

Crates.iocreate3
lib.rscreate3
version0.1.0
sourcesrc
created_at2023-04-01 21:20:26.930522
updated_at2023-04-01 21:20:26.930522
descriptionA library for calculating the address of contracts deployed via CREATE3.
homepage
repositoryhttps://github.com/amanraj1608/create3
max_upload_size
id827570
size15,380
Aman Raj (AmanRaj1608)

documentation

README

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

Commit count: 1

cargo fmt