
Merkle Trees and Efficient Airdrop Distribution System
Welcome Back! if this is your first time Welcome … In today's article, we dive deeper into one of the most fascinating data structure/ cryptographic proof I've become obsessed with. I think you'll find it interesting too! From the title, you already know that we will be talking about Merkle Trees and Merkle Proofs, and how they are used in an airdrop distribution system. We are going to explore:What is a Merkle Tree?How does a Merkle Proof work?How are Merkle Trees applied in a...

Merkle Trees and Efficient Airdrop Distribution System
Welcome Back! if this is your first time Welcome … In today's article, we dive deeper into one of the most fascinating data structure/ cryptographic proof I've become obsessed with. I think you'll find it interesting too! From the title, you already know that we will be talking about Merkle Trees and Merkle Proofs, and how they are used in an airdrop distribution system. We are going to explore:What is a Merkle Tree?How does a Merkle Proof work?How are Merkle Trees applied in a...

ALL about sending Ether - Transfer, Call , Send
Sending Ether in Solidity: A Comprehensive Technical GuideIntroductionSending Ether is a fundamental operation in Ethereum smart contracts. Over time, the recommended methods for transferring Ether have evolved due to security considerations and changes in the Ethereum protocol. This article will explore the three main methods of sending Ether: transfer(), send(), and call(), discussing their technical aspects, pros, cons, and current best practices.The Three Methods of Sending Ether1. transf...

ALL about sending Ether - Transfer, Call , Send
Sending Ether in Solidity: A Comprehensive Technical GuideIntroductionSending Ether is a fundamental operation in Ethereum smart contracts. Over time, the recommended methods for transferring Ether have evolved due to security considerations and changes in the Ethereum protocol. This article will explore the three main methods of sending Ether: transfer(), send(), and call(), discussing their technical aspects, pros, cons, and current best practices.The Three Methods of Sending Ether1. transf...

ALL ABOUT ERCs - ERC20 TOKEN STANDARD
A deep dive into the specification and Implementation of ERC20 token standard .Welcome back... ohh wait this is the first blog .In today's article, we cover in more detail one of the most important ERC in the smart contract development We will see how the ERC20 the contract works, how to write and deploy our every own ERC20 Token. We will also use some contracts from OpenZeppelin to learn how the ERC20 token implementation work in practice while learning the Solidity code behind these po...

ALL ABOUT ERCs - ERC20 TOKEN STANDARD
A deep dive into the specification and Implementation of ERC20 token standard .Welcome back... ohh wait this is the first blog .In today's article, we cover in more detail one of the most important ERC in the smart contract development We will see how the ERC20 the contract works, how to write and deploy our every own ERC20 Token. We will also use some contracts from OpenZeppelin to learn how the ERC20 token implementation work in practice while learning the Solidity code behind these po...
HELLO WORLD IAM0TI
IAMOTI