Esther Breathestherbreath.hashnode.dev·Aug 28, 2023Interface and Inheritance in SolidityIn this article, we shall be looking into the above two interesting concepts concerning Solidity. Interface and inheritance help to achieve code reusability and structured design. Both concepts can be used interchangeably, but they serve distinct pur...Solidity
Favour Ajayefavourajaye.hashnode.dev·Jun 16, 2023Abstract contracts and Interfaces in solidityAbstract Contracts Now, I'm sitting here thinking of a way to explain abstract contracts in their simplest form. First, let's start by knowing what an abstract contract is. What is abstract contract? An abstract contract in Solidity is a contract tha...20 likes·46 readsSmart Contracts
clinton felixclintonfelix.hashnode.dev·Dec 17, 2022Understanding Interfaces in Solidity and Blockchain SmartcontractsIf you are new to building in the web3 space and have begun to write blockchain smart contracts in solidity, especially coming from the traditional web2 background, you would have come across the word "Interfaces". Like many beginners in web3, the ...57 readsInterfaces in Solidity