Solidity: Data type in 2min!!Certainly! Here's a simple tutorial on data types in Solidity, a programming language used for writing smart contracts on the Ethereum blockchain. 1. Integer Types Solidity provides several integer types of different sizes. int int represents signe...Oct 10, 2023·2 min read
Solidity: Environment setup + Hello World !!Uncovering and Understanding Playground and basics of Solidity ProgrammingJul 2, 2023·2 min read
Which is the Best Way to Learn Blockchain development in 2023!!Want to learn blockchain development but don't know where to start don't worry, I will talk about ways to learn Blockchain development.Jun 30, 2023·3 min read
Solidity: Basics and some TerminologyLearning some Basics and some Terminology Before diving in to Solidity ProgrammingJun 29, 2023·2 min read
What is EIP ? under 2 minute.okay... okay... don't be hasty let me explain in Leyman terms Explanation Certainly! In simple terms, an EIP (Ethereum Improvement Proposal) is a way for people who use and develop the Ethereum blockchain to suggest and discuss changes or improvemen...Jun 27, 2023·2 min read
Types of Ethereum AccountThere are two types of Accounts that most of the Crypto-Peeps uses EOA Contract Accounts Let's dive deep into the theory EOA - EOA stands for Externally Owned Account - Simply an account can be controlled by anyone with the private keys For e...Jun 26, 2023·1 min read