@ver89.eth
“Reverts are part of the API”
a revert isn’t a failure — it’s a response.
on Base, reverts tell indexers, wallets, and UIs what not to do.
use custom errors.
make them explicit.
document them like endpoints.
silent require(false) is bad UX.
expressive errors scale ecosystems.
#Base #onchain #solidity #developerexperience #buildinpublic