Blogs
Here are some of the articles I have written over the years.
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...
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.
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.
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.
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.