suleiman7.hashnode.devTransfer, Send and Call in SolidityUnderstanding Transfer, Send, and Call in Solidity Solidity offers three ways to send ether from one account to another, namely send, transfer, and call. In this article, we will understand how these three methods work and their areas of strength. Tr...Aug 30, 2024·2 min read
suleiman7.hashnode.devUnderstanding the Architecture of ERC-20 TokensERC-20 tokens are fungible digital tokens that exist on the Ethereum blockchain. "Fungible" means that individual tokens are not different from one another within the set, similar to traditional fiat currency like the US dollar. What is ERC-20? ERC-2...Aug 27, 2024·3 min read