create2
There are 32 repositories under create2 topic.
0age/metamorphic
A factory contract for creating metamorphic (i.e. redeployable) contracts.
pcaversaccio/createx
Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
pcaversaccio/xdeployer
Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.
pcaversaccio/create2deployer
Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
miguelmota/solidity-create2-example
Example of how to use the CREATE2 opcode released in the Constantinople update for Ethereum
MomsFriendlyRobotCompany/pycreate2
library for iRobot Create 2
pcaversaccio/tornado-cash-exploit
This repository implements a simplified PoC that showcases how a contract can morph. A similar approach was used as part of the governance attack on Tornado Cash in May 2023.
deltartificial/internal-tx-sniffer-rs
Trace and analyze internal EVM (CREATE2/CREATE3) transactions in Rust.
MrLuit/selfdestruct-detect
Detect SELFDESTRUCT opcodes in EVM runtime bytecode
danimaciasperea/irobot
A Python implementation of the iRobot Open Interface.
chainrule-labs/xsafe-contracts
Deterministic Multi-Chain Deployment
k06a/ERC2608
Token Standard with Safe Arbitrary Call
sftwr-prjct-dev/gasless
Chain agnostic gasless wallet
stoooops/search-create2
A dockerized Rust tool to quickly search for CREATE2 Ethereum addresses.
chainstacklabs/deterministic-contract-deployment-remix
Tutorial on deterministically deploying EVM smart contracts
nnarain/create_navigation
iRobot Create Navigation
akshatmittal/create2-salt-miner
An extremely fast CREATE2 salt miner for creating efficient Ethereum addresses.
DAOplomats/Hermes-contracts
Hermes Smart Contracts
deltartificial/unicreate2crunch
A Rust program for mining salts to create gas-efficient Ethereum addresses tailored for Uniswap v4
gmchad/salt-bae
deploy smart contracts with unique ETH addresses with CREATE2
HemaDeviU/smart-wallet-account-abstraction
Wallet Creation Factory of multisigs with UUPS proxy
InverterNetwork/deterministic-factory
A create2-based deterministic factory for smart contract deployment
kensyone/create2
Precompute ERC-20 Token Addresses with CREATE2 Launch your ERC-20 token at a predictable address using CREATE2!
mingderwang/alchemy-hardhat-projec
refer to https://docs.alchemy.com/docs/how-to-deploy-a-contract-to-the-same-address-on-multiple-networks#create-a-hardhat-task-to-query-the-nonce
Patronum-Labs/vanity-create2
Script that generates vanity addresses based on CREATE2 Factory and a regex provided by the developer.
shuhuiluo/forgenity
Find vanity addresses and their corresponding salts for contracts deployed via `CREATE2` in pure Solidity
VitriolLabs/immutable-deployment-factory
Deterministic omni-chain smart contract deployments
whoislewys/predict-deterministic-address
Minimal JavaScript ports of CREATE2 and CREATE3 logic for address prediction.
0xAdnanH/Factory
Generic smart contract factory
beincom/create2-vanity-miner
🚀 GPU-accelerated (OpenCL) tool to find Ethereum create2 addresses with custom prefixes and suffixes. Forked from create2crunch for increased speed, flexibility, and cross-platform compatibility thanks to OpenCL.
btb-finance/vanity-token-deployer
Vanity Token Deployer is a powerful toolkit for deploying smart contracts with customizable vanity addresses across multiple EVM-compatible networks. Whether you're launching a token on Ethereum, Optimism, Base, or any other EVM chain, this tool ensures your contract gets the same memorable address everywhere.
Kay-79/erc6551crunch
A Rust program for finding salts that create gas-efficient Ethereum tokenbound addresses.