An open API service indexing awesome lists of open source software.

https://github.com/amanraj1608/create3

A library for calculating the address of contracts deployed via CREATE3.
https://github.com/amanraj1608/create3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## create3

A command-line implementation of [EIP-3171](https://github.com/ethereum/EIPs/pull/3171) for generating CREATE3 addresses and salts in rust.
You can generate custom salts with a suffix to generate [vantiy contract address(like create2)](https://forum.openzeppelin.com/t/vanity-contract-address-using-create2/5794) and [save gas](https://ethereum.stackexchange.com/a/148099/66849).

#### Installation

The easiest way to install create3 is via Cargo.

```bash
cargo install create3
```

#### Usage

Once installed, the usage is as follows:
![image](https://user-images.githubusercontent.com/42104907/229313127-a92734ca-19a9-4254-9787-f253ac72690b.png)