Elevate Your Solidity Skills: The Ultimate Style Guide for Smart Contract Developers

Introduction Do you wish to elevate your Solidity projects? With nearly seven years of experience as a Solidity developer employed by distinguished blockchain companies like Biconomy, Tokeny, Fantom, and Polytrade, I have created an essential guide to advance your coding abilities from novice to pro. This handbook contains the knowledge I’ve accumulated over my career […]

The Ultimate Guide to create, create2 and create3

Ethereum developers use special instructions, known as opcodes, to deploy contracts on blockchains that work with the Ethereum Virtual Machine (EVM). Among these instructions: “CREATE” “CREATE2” “CREATE3” While the first two are actual opcodes, “create3” is a useful library that acts similarly. This guide will give you a quick overview of what each one does and why […]