<A.R.A />

Blogs

Here are some of the articles I have written over the years.

Unpacking ERC-20 Tokens: Understanding Their Functions and Their Uses.

ERC-20 (Ethereum Request for Comments-20) is the name used in the Ethereum community to refer to a standard (set of rules and functions) that guides the creation of fungible tokens on the Ethereum blockchain. Fungible tokens are tokens that are identical and can be exchanged on a one-for-one basis. In this article, I will go through the different functions contained in an ERc20 token standard and how they are used...

Navigating Ether Transfers in Solidity: Send, Transfer, and Call Explained.

The birth of the Ethereum blockchain saw a significant change in the way we see and interact with blockchain technology. Ethereum extended to a large extent the capabilities of the first blockchain (Bitcoin), which was primarily created to facilitate peer-to-peer transactions of digital currencies.

Efficient Data Management and Verification With Merkle Trees.

A merkle tree, also known as a hash tree, is a kind of data structure used to store data more efficiently and securely. It was named after Ralph Merkle, a computer scientist known for his pioneering work in the field of cryptography.

Inside the Ethereum Virtual Machine: How Solidity Data Structures Are Stored in the EVM

In this article, I examined how arrays, structs and mappings are stored on the EVM, but before we dive into this, lets talk about what storage looks like in the EVM. Understanding how EVM storage works is crucial for efficient smart contract development.

ERC-721 and the NFT Revolution: A Deep Dive into the Standard Powering Non-Fungible Tokens

NFTs (Non-Fungible Tokens) are one of the amazing innovations of the blockchain, and its applications has continued to expand into many industries like real estate, ticketing, music, art, decentralized identity, gaming, etc. The birth of NFTs came through the ERC-721 standard, which was inspired by the popular ERC-20 standard, a standard for fungible tokens widely used in the crypto world.