Skip to content

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

Notifications You must be signed in to change notification settings

jboetticher/create3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%