

Paul Razvan Berg of Sablier
Aug 17, 2023
Paul Razvan Berg, a longtime Solidity developer and co-founder of Sablier, discusses his influential open source repos, testing in Foundry, and the recently launched v2 of Sablier. He also talks about PRBProxy as a great update to Maker's DSProxy. They explore Layer 2 technology, math libraries, and the BTT model for testing smart contracts. They delve into formal verification, lock-up streaming, applications of Sablier, staking NFTs, and building lending protocols. A fascinating conversation!
AI Snips
Chapters
Transcript
Episode notes
Ethereum's Hook
- Paul Razvan Berg was immediately hooked on Ethereum after deploying his first contract.
- He bought Ether before Bitcoin, highlighting his early interest in programmability.
Modular Blockchains
- Paul advocates for modular blockchains, specializing roles like data availability and execution.
- He highlights Celestia's approach of separating data ordering and validation.
Choosing Libraries
- When choosing a library, look beyond popularity and examine the source code, tests, and documentation.
- Paul created PRBMath because existing libraries didn't meet his standards for code quality and testing.