Deterministic Deposit Proxy in Solidity
Sergey Melnychuk
I built a small full-stack system for deterministic deposit addresses and automated treasury routing on Sepolia. The core idea is simple: each user gets a deterministic proxy address (CREATE2), the app monitors those addresses for incoming ETH, once funded, the system routes value to a...