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

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 #addr

Download history 35/week @ 2023-12-04 19/week @ 2023-12-18 93/week @ 2024-01-08 89/week @ 2024-01-15 137/week @ 2024-01-22 94/week @ 2024-01-29 265/week @ 2024-02-05 121/week @ 2024-02-12 127/week @ 2024-02-19 407/week @ 2024-02-26 134/week @ 2024-03-04 86/week @ 2024-03-11 102/week @ 2024-03-18

752 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
~12K SLoC