Solidity / Smart Contract Engineer ⚙️
Protocol engineering: EVM → Security → DeFi
This is a structured path toward building production-ready DeFi protocols.
Each repository focuses on a core concept required for protocol design.
Understanding how the EVM works at a low level.
Writing unit, integration, and invariant tests using Foundry.
Exploring vulnerabilities:
- reentrancy
- access control
- overflow
- MEV / front-running
Designing a safe oracle ingestion layer:
- staleness checks
- deviation limits
- round validation
- stateful price model
Repo: https://github.com/MilosMicun/defi-lending-primitives
Combining all components into a lending protocol.
Smart contracts are not just code.
They are state systems exposed to adversarial conditions.
Each repo represents one part of a larger system.