eth-create2-calculator
This library calculates the create2 address of any given deploy code and from address. It works similar to [ethers.utils.getCreate2Address], but allows to pass in the full byte code and constructor arguments seperately.
This library calculates the create2 address of any given deploy code and from address. It works similar to [ethers.utils.getCreate2Address], but allows to pass in the full byte code and constructor arguments seperately.
Detect the possibility of a self-destruction happening during the execution of an Ethereum smart contract by determining whether the runtime bytecode ran by the Ethereum Virtual Machine contains a possibly reachable SELFDESTRUCT instruction
Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.
create2-helpers is a suite of smart contracts and forge scripts meant to make working with cross-chain deterministic deployments easier and more convenient.
## TODO
Fork of https://github.com/pcaversaccio/xdeployer
Deterministic omni-chain smart contract deployments
Deterministic omni-chain smart contract deployments
Contract factory for deterministic addresses on any chain
Minimal JavaScript version of Clones.predictDeterministicAddress from OpenZeppelin
Deterministic omni-chain smart contract deployments
create2-helpers is a suite of smart contracts and forge scripts meant to make working with cross-chain deterministic deployments easier and more convenient.
A library for deploying and managing contracts across multiple EVM chains