Introduction Smart Contract Basic Data Types #EnterTheSmartContractSecuritySeries003 In this article, we will explore the “Basic Data Types” in the Solidity language. When creating smart contracts, understanding these basic data types will form the basis of the data structure of your contract. Let’s dive into exploring the various basic data types and their properties in Solidity. […]
Smart Contract Development Todo List #EnterTheSmartContractSecuritySeries002 Welcome to the second post in the #100DaysOfSolidity series! In this post, we will show you how to build your own Solidity app step by step. Our app will be a “Todo List” smart contract that allows users to manage their to-do list. Table of Contents 1.Setting up the […]
Introduction Smart Contract ‘Hello World #EnterTheSmartContractSecuritySeries001 Welcome to the first post in our exciting #EnterTheSmartContractSecurity series! In this series, we will delve deeper into the world of the Solidity language and learn about its fascinating features, and we will begin to explore the power of Solidity through the “Hello World” tradition. #EnterTheSmartContractSecuritySeries001 “Hello World” Get […]