Understanding dYdX's SoloMargin.sol: A Deep Dive Into Its ImportsA smart contract review: from the main contract down to every last leaf import.Apr 16, 2026·39 min read
Mastering Inheritance in Solidity: A Complete Guide for Smart Contract DevelopersFeb 14, 2026·18 min read
A Simple Guide to EVM, Blocks, Gas, Accounts, and TransactionsIntroduction Imagine Ethereum as a giant computer that no single person or company controls. Instead, thousands of computers, called nodes, worldwide work together to run it. This computer can run programs, store data, and process transactions withou...Feb 5, 2026·10 min read
Ethereum's Journey: How Upgrades Transformed the BlockchainIntroduction Ethereum started in 2015 as a platform where developers could build applications using blockchain technology. Think of it as the difference between a basic phone that only makes calls and a smartphone that runs apps. Bitcoin was the basi...Feb 4, 2026·5 min read
Creating ERC721 Token: ExplainedIntroduction A mentor gave me an assignment at web3brigde to explain and build an ERC-721 token. In this article, I will talk about how the contract works, and what the functions in the contract do. What is an ERC-721 Token ERC-721 is a standard for ...Feb 16, 2024·1 min read
Creating an ERC-20 TokenIntroduction A mentor gave me an assignment at web3brigde to build an ERC-20 token. In this article, I will talk about how the contract works, and what the functions in the contract do. What is an ERC-20 Token ERC-20 is a specification or standard fo...Feb 15, 2024·3 min read
Exploring Progressive Web Applications: The Future of Web DevelopmentIntroduction In recent years, the landscape of web development has witnessed a remarkable evolution with the rise of Progressive Web Applications (PWAs). These cutting-edge applications combine the best of both web and native mobile apps, delivering ...Jul 5, 2023·5 min read
Getting Started With Web DevelopmentIntroduction Web development has become an essential skill in today's digital age. With the increasing demand for online presence, businesses and individuals alike are seeking to establish their web presence. If you're interested in joining this exci...Jul 3, 2023·4 min read