RGRohan Gayeninadmiralrohan.hashnode.dev·Oct 12, 2022 · 5 min readSolidity interface: Explained through Javascript lensIntroduction 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...00