AmanRaj1608 / create3

A library for calculating the address of contracts deployed via CREATE3.

Home Page:https://crates.io/crates/create3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create3

A command-line implementation of EIP-3171 for generating CREATE3 addresses and salts in rust. You can generate custom salts with a suffix to generate vantiy contract address(like create2) and save gas.

Installation

The easiest way to install create3 is via Cargo.

cargo install create3

Usage

Once installed, the usage is as follows: image

About

A library for calculating the address of contracts deployed via CREATE3.

https://crates.io/crates/create3


Languages

Language:Rust 100.0%