#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

#14 in #addr

Download history 106/week @ 2024-03-13 74/week @ 2024-03-20 92/week @ 2024-03-27 87/week @ 2024-04-03 28/week @ 2024-04-10 70/week @ 2024-04-17 236/week @ 2024-04-24 96/week @ 2024-05-01 184/week @ 2024-05-08 219/week @ 2024-05-15 213/week @ 2024-05-22 161/week @ 2024-05-29 134/week @ 2024-06-05 103/week @ 2024-06-12 31/week @ 2024-06-19 151/week @ 2024-06-26

450 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