Add CREATE2 #1
Merged@julien wants to merge
1-add-main-logic into mainMerged as
dded29a03d3e.- @julien opened this merge request · 5h agoedited
Adds
Love, an ERC-20 (LOVE, 18 decimals) on OpenZeppelin v5 with an unrestricted publicmint(address,uint256), plus the Foundry scaffolding, tests and docs.Deployment goes through CREATE2 and the canonical deterministic deployer, so the token gets the same address on every EVM network. Salt defaults to
keccak256("LOVE")and is overridable viaSALT;--sig 'predict()'prints the address without broadcasting.closes #1
Sign in to comment.