Building smart contracts in public.
Currently focused on:
– writing & testing Solidity (Foundry)
– on-chain behavior & edge cases
– learning security by breaking assumptions
Posting what works, what breaks, and why.
138 developers from around the world just made the cut for UHI9.
Over the next 9 weeks, they'll build @UniswapFND v4 hooks around Impermanent Loss & Yield.
The quest: turn DeFi's oldest problems into opportunity.
Proud to have you. Welcome, UHI9 🎉
Got accepted into @AtriumAcademy Uniswap v4 Hook Incubator.
I’ll be working on an execution risk layer for swaps —
classifying toxic conditions before execution and adjusting fees accordingly.
Curious how far we can push Uniswap v4 hooks.
DSC engine testing today:
✅ handler tests
✅ mint / redeem flows
✅ collateral deposits
✅ health factor safety
Making sure the protocol behaves correctly under different user actions.
DSC engine testing day.
✅ redeem collateral logic
✅ edge cases
✅ revert scenarios
~80% test coverage so far.
Still pushing for more. https://t.co/ZborH0ddIN
Working on a DSC engine.
Learned so far:
✅ mint logic
✅ collateral deposits
✅ price feed integration
✅ health factor calculation https://t.co/THZkDyvzfN
Spent some time on abi.encode vs abi.encodePacked today 🧠⚙️
Encode is safer for hashing and signatures 🔐
Packed is smaller, but easier to mess up ⚠️
Details like this really matter in Solidity 💯