#ethereum #evm #address #command-line #calculate #deployed #addr

bin+lib create2

A library for calculating the address of contracts deployed via CREATE2

3 releases

0.0.2 May 5, 2020
0.0.1 May 5, 2020
0.0.0 May 5, 2020

#5 in #deployed

Download history 88/week @ 2024-07-21 130/week @ 2024-07-28 57/week @ 2024-08-04 116/week @ 2024-08-11 65/week @ 2024-08-18 117/week @ 2024-08-25 103/week @ 2024-09-01 55/week @ 2024-09-08 32/week @ 2024-09-15 31/week @ 2024-09-22 87/week @ 2024-09-29 79/week @ 2024-10-06 194/week @ 2024-10-13 126/week @ 2024-10-20 96/week @ 2024-10-27 71/week @ 2024-11-03

493 downloads per month

MIT/Apache

8KB
74 lines

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]

Dependencies

~1.5MB
~13K SLoC