Crates.io | create2 |
lib.rs | create2 |
version | 0.0.2 |
source | src |
created_at | 2020-05-05 21:32:06.705991 |
updated_at | 2020-05-05 21:41:37.011694 |
description | A library for calculating the address of contracts deployed via CREATE2. |
homepage | |
repository | https://github.com/lightclient/create2 |
max_upload_size | |
id | 237982 |
size | 19,033 |
Calculate a CREATE2
address from the command line.
The easiest way to install create2
is via Cargo.
$ cargo install create2
Once installed, the usage is as follows:
$ create2 [addr] [salt] [code]