#ethereum #evm #line #create2

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

#119 in #evm

Download history 151/week @ 2024-12-16 57/week @ 2024-12-23 23/week @ 2024-12-30 152/week @ 2025-01-06 146/week @ 2025-01-13 81/week @ 2025-01-20 34/week @ 2025-01-27 96/week @ 2025-02-03 32/week @ 2025-02-10 13/week @ 2025-02-17 27/week @ 2025-02-24 60/week @ 2025-03-03 109/week @ 2025-03-10 61/week @ 2025-03-17 77/week @ 2025-03-24 86/week @ 2025-03-31

336 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