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

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

#11 in #deployed

Download history 21/week @ 2024-12-01 127/week @ 2024-12-08 144/week @ 2024-12-15 37/week @ 2024-12-22 50/week @ 2024-12-29 143/week @ 2025-01-05 148/week @ 2025-01-12 93/week @ 2025-01-19 21/week @ 2025-01-26 105/week @ 2025-02-02 36/week @ 2025-02-09 11/week @ 2025-02-16 28/week @ 2025-02-23 58/week @ 2025-03-02 109/week @ 2025-03-09 25/week @ 2025-03-16

221 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
~20K SLoC