create2

Crates.iocreate2
lib.rscreate2
version0.0.2
sourcesrc
created_at2020-05-05 21:32:06.705991
updated_at2020-05-05 21:41:37.011694
descriptionA library for calculating the address of contracts deployed via CREATE2.
homepage
repositoryhttps://github.com/lightclient/create2
max_upload_size
id237982
size19,033
(lightclient)

documentation

README

create2

Calculate a CREATE2 address from the command line.

Installation

The easiest way to install create2 is via Cargo.

$ cargo install create2

Usage

Once installed, the usage is as follows:

$ create2 [addr] [salt] [code]
Commit count: 8

cargo fmt