| Crates.io | create3 |
| lib.rs | create3 |
| version | 0.1.0 |
| created_at | 2023-04-01 21:20:26.930522+00 |
| updated_at | 2023-04-01 21:20:26.930522+00 |
| description | A library for calculating the address of contracts deployed via CREATE3. |
| homepage | |
| repository | https://github.com/amanraj1608/create3 |
| max_upload_size | |
| id | 827570 |
| size | 15,380 |
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.
The easiest way to install create3 is via Cargo.
cargo install create3
Once installed, the usage is as follows:
