Solidity interface: Explained through Javascript lens
Oct 12, 2022 · 5 min read · Introduction using javascript Interfaces are important building blocks in the smart contract world to make it composable (combining multiple smart contracts to implement complex logic). Lets me explain the idea through analogies from Javascript world...
Join discussion