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.
- Host: GitHub
- URL: https://github.com/amanraj1608/create3
- Owner: AmanRaj1608
- Created: 2023-04-01T21:21:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T17:12:03.000Z (over 1 year ago)
- Last Synced: 2024-04-24T16:19:30.398Z (over 1 year ago)
- Language: Rust
- Homepage: https://crates.io/crates/create3
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
