Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📖 Add createXcrunch to List of External Tooling #80

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,9 @@ Deploys and initialises a new contract via employing the [`CREATE3`](https://git

## Special Features

> [!TIP]
> Note that the separate project [`createXcrunch`](https://github.com/HrikB/createXcrunch) is a [Rust](https://www.rust-lang.org)-based program designed to efficiently find _zero-leading_, _zero-containing_, or _pattern-matching_ addresses, taking into account the subsequent special features of [`CreateX`](./src/CreateX.sol).

### Permissioned Deploy Protection and Cross-Chain Redeploy Protection

The `salt` value implements different safeguarding mechanisms depending on the encoded values in the salt (`||` stands for byte-wise concatenation):
Expand Down Expand Up @@ -2241,6 +2244,7 @@ A list of external tooling that integrates with [`CreateX`](./src/CreateX.sol):

- [`xdeployer`](https://github.com/pcaversaccio/xdeployer)
- [`createx-forge`](https://github.com/radeksvarz/createx-forge)
- [`createXcrunch`](https://github.com/HrikB/createXcrunch)

## 🙏🏼 Acknowledgement

Expand Down
Loading