PinnedPublished inCoinmonksUnderstanding the Ethereum Virtual Machine (EVM), Transaction Structure, and Account TypesIntroductionOct 30, 2023Oct 30, 2023
PinnedPublished inCoinmonksGuidelines to optimize gas in Smart contractsGas is a term used to describe the computational resources required to execute operations on the Ethereum blockchain. When smart contracts…Nov 6, 2023Nov 6, 2023
PinnedPublished inCoinmonksFoundry — Ethernaut levels full solutionsYou will find in this post my solutions to all Ethernaut challenges using Foundry.Dec 17, 2022Dec 17, 2022
UniswapV2 — Diving in the world of decentralized exchangesWhat is Uniswap ? How does it work ? Let’s see a simple implementation !Dec 25, 2023Dec 25, 2023
Decentralized Finance (DeFi): A Revolution in Financial ServicesLet’s dive in the revolution of traditional finance with Decentralized finance !Dec 11, 2023Dec 11, 2023
Github Assistant: Manage Issues and Pull Requests from Your TerminalStay organized and boost your productivity with this Rust-based terminal application for GitHub.Mar 29, 2023Mar 29, 2023
Smart contracts vulnerability explained : Unchecked sendThe unchecked send vulnerability is a security issue that can arise in smart contracts written in Solidity, the programming language used…Mar 23, 2023Mar 23, 2023
Smart contracts vulnerability explained: Denial of service (DoS)DoS attacks are a common type of attack in the world of cybersecurity, and they can also affect smart contracts written in Solidity. A DoS…Mar 9, 2023Mar 9, 2023