Descriere YEO:
Pe YEO găsești Solidity Programming Essentials, Paperback/Ritesh Modi de la Packt Publishing, în categoria Foreign Books.
Indiferent de nevoile tale, Solidity Programming Essentials, Paperback/Ritesh Modi din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 190.81 Lei
Caracteristicile produsului Solidity Programming Essentials, Paperback/Ritesh Modi
- Brand: Packt Publishing
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 04-12-2024 01:37:01
Comandă Solidity Programming Essentials, Paperback/Ritesh Modi Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Solidity Programming Essentials, Paperback/Ritesh Modi de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Learn the most powerful and primary programming language for writing smart contracts and find out how to write, deploy, and test smart contracts in Ethereum.Key FeaturesGet you up and running with
Solidity Programming languageBuild Ethereum Smart Contracts with
Solidity as your scripting languageLearn to test and deploy the smart contract to your private BlockchainBook DescriptionSolidity is a contract-oriented language whose syntax is highly influenced by JavaScript, and is designed to compile code for the Ethereum Virtual Machine.
Solidity Programming Essentials will be your guide to understanding Solidity programming to build smart contracts for Ethereum and blockchain from ground-up.We begin with a brief run-through of blockchain, Ethereum, and their most important concepts or components. You will learn how to install all the necessary tools to write, test, and debug Solidity contracts on Ethereum. Then, you will explore the layout of a Solidity source file and work with the different data types. The next set of recipes will help you work with operators, control structures, and data structures while building your smart contracts. We take you through function calls, return types, function modifers, and recipes in object-oriented programming with Solidity. Learn all you can on event logging and exception handling, as well as testing and debugging smart contracts.By the end of this book, you will be able to write, deploy, and test smart contracts in Ethereum. This book will bring forth the essence of writing contracts using Solidity and also help you develop Solidity skills in no time.What you will learnLearn the basics and foundational concepts of Solidity and EthereumExplore the Solidity language and its uniqueness in depthCreate new accounts and submit transactions to blockchainGet to know the complete language in detail to write smart contractsLearn about major tools to develop and deploy smart contractsWrite defensive code using exception handling and error checkingUnderstand Truffle basics and the debugging processWho This Book Is ForThis book is for anyone who would like to get started with Solidity
Programming for developing an Ethereum smart contract. No prior knowledge of EVM is required.Table of ContentsIntroduction to Blockchain, Ethereum, and Smart ContractsInstalling Ethereum and SolidityIntroducing SolidityGlobal Variables and FunctionsExpressions and Control StructuresWriting Smart ContractsFunctions, Modifiers, and FallbacksExceptions, Events, and LoggingTruffle Basics and Unit TestingDebugging Contracts