Solidity interface: Explained through Javascript lens
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...
Oct 12, 20225 min read83