julien/lovepublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/julien/love.git
git clone ssh://git@rickub.com/julien/love.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Add CREATE2 #1

Merged@julien wants to merge 1-add-main-logic into main
Merged as dded29a03d3e.
  • @julien opened this merge request · 5h ago

    Adds Love, an ERC-20 (LOVE, 18 decimals) on OpenZeppelin v5 with an unrestricted public mint(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 via SALT; --sig 'predict()' prints the address without broadcasting.

    closes #1

Sign in to comment.