0 رای
وضعیت موجودی موجود

قیمت قبلی: 5,720,000 ریال
قیمت: 5,320,000 ریال

 



جلد سخت سیاه و سفید

Product details

  • Publisher ‏ : ‎ Packt Publishing; 2nd ed. edition (June 10, 2022)
  • Language ‏ : ‎ English
  • Paperback ‏ : ‎ 412 pages
  • ISBN-10 ‏ : ‎ 1803231181
  • ISBN-13 ‏ : ‎ 978-1803231181


 

کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

A comprehensive guide sprinkled with lots of hands-on code samples to get you up and running with Solidity and writing your smart contracts on Blockchain and Ethereum

Key Features

  • Learn proven smart contract implementation challenges and solve them using Solidity
  • Go deeper into Solidity to write effective upgradable and maintainable smart contracts using best practices
  • Get to grips with the latest version of Solidity with updated codes and examples

Book Description

Solidity is a high-level language for writing smart contracts, and the syntax has large similarities with JavaScript, thereby making it easier for developers to learn, design, compile, and deploy smart contracts on large blockchain ecosystems including Ethereum and Polygon among others. This book guides you in understanding Solidity programming from scratch.

The book starts with step-by-step instructions for the installation of multiple tools and private blockchain, along with foundational concepts such as variables, data types, and programming constructs. You'll then explore contracts based on an object-oriented paradigm, including the usage of constructors, interfaces, libraries, and abstract contracts. The following chapters help you get to grips with testing and debugging smart contracts. As you advance, you'll learn about advanced concepts like assembly programming, advanced interfaces, usage of recovery, and error handling using try-catch blocks. You'll also explore multiple design patterns for smart contracts alongside developing secure smart contracts, as well as gain a solid understanding of writing upgradable smart concepts and data modeling. Finally, you'll discover how to create your own ERC20 and NFT tokens from scratch.

By the end of this book, you will be able to write, deploy, and test smart contracts in Ethereum.

What you will learn

  • Write efficient, effective, and secure smart contracts
  • Code, compile, and test smart contracts in an object-oriented way
  • Implement assembly code in Solidity
  • Adopt upgradable and haltable ownership and security design patterns
  • Understand exception handling and debugging in Solidity
  • Create new ERC20 and NFT tokens from the ground up

Who this book is for

This Ethereum book is primarily aimed at beginners who want to get started with Solidity Programming for developing an Ethereum smart contract. No prior knowledge of EVM is required, but knowing the basics of any programming language will help you follow along.

Table of Contents

  1. Introduction to Blockchain, Ethereum, and Smart Contracts
  2. Installing Ethereum and Solidity
  3. Introducing Solidity
  4. Global variables and functions
  5. Expressions and control structure
  6. Writing Smart Contracts
  7. Functions, Modifiers, and Fallbacks
  8. Exceptions, Events and Logging
  9. Basics of Truffle and Unit Testing
  10. Debugging contracts
  11. Assembly Programming
  12. Upgradable Smart Contracts
  13. Writing Secure Contracts
  14. Writing Token Contracts
  15. Solidity Design Patterns

منابع کتاب کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

راهنمای جامع پر از نمونه‌های کد عملی فراوانی که شما را با Solidity راه اندازی کرده و قراردادهای هوشمند خود را روی بلاک چین و اتریوم بنویسید.

ویژگی های کلیدی

  • چالش های اثبات شده اجرای قرارداد هوشمند را بیاموزید و آنها را با استفاده از Solidity حل کنید
  • برای نوشتن قراردادهای هوشمند موثر قابل ارتقا و نگهداری با استفاده از بهترین شیوه ها، به Solidity عمیق تر بروید
  • با آخرین نسخه Solidity با کدها و نمونه های به روز شده آشنا شوید

توضیحات کتاب

Solidity یک زبان سطح بالا برای نوشتن قراردادهای هوشمند است و نحو شباهت زیادی با جاوا اسکریپت دارد، در نتیجه یادگیری، طراحی، کامپایل و استقرار قراردادهای هوشمند روی اکوسیستم‌های بلاک چین بزرگ از جمله اتریوم و Polygon را برای توسعه‌دهندگان آسان‌تر می‌کند. این کتاب شما را در درک برنامه نویسی Solidity از ابتدا راهنمایی می کند.

کتاب با دستورالعمل های گام به گام برای نصب ابزارهای متعدد و بلاک چین خصوصی، همراه با مفاهیم اساسی مانند متغیرها، انواع داده ها و سازه های برنامه نویسی شروع می شود. سپس قراردادها را بر اساس پارادایم شی گرا، از جمله استفاده از سازنده ها، رابط ها، کتابخانه ها و قراردادهای انتزاعی بررسی خواهید کرد. فصل‌های زیر به شما کمک می‌کنند تا با آزمایش و اشکال‌زدایی قراردادهای هوشمند آشنا شوید. همانطور که پیشرفت می کنید، با مفاهیم پیشرفته ای مانند برنامه نویسی اسمبلی، رابط های پیشرفته، استفاده از بازیابی و مدیریت خطا با استفاده از بلوک های try-catch آشنا خواهید شد. شما همچنین الگوهای طراحی چندگانه برای قراردادهای هوشمند را در کنار توسعه قراردادهای هوشمند ایمن بررسی خواهید کرد، و همچنین درک کاملی از نوشتن مفاهیم هوشمند قابل ارتقا و مدل‌سازی داده‌ها به دست خواهید آورد. بالاخره تو

تا پایان این کتاب، می‌توانید قراردادهای هوشمند را در اتریوم بنویسید، مستقر کنید و آزمایش کنید.

آنچه خواهید آموخت

  • قراردادهای هوشمند کارآمد، موثر و ایمن بنویسید
  • قراردادهای هوشمند را به روشی شی گرا کدنویسی، کامپایل و آزمایش کنید
  • کد اسمبلی را در Solidity پیاده سازی کنید
  • الگوهای طراحی امنیتی و مالکیت قابل ارتقا و قابل توقف را بپذیرید
  • مدیریت استثنا و اشکال زدایی در Solidity را درک کنید
  • توکن های جدید ERC20 و NFT را از ابتدا ایجاد کنید

این کتاب برای چه کسی است

این کتاب اتریوم در درجه اول برای مبتدیانی است که می خواهند با Solidity Programming برای توسعه یک قرارداد هوشمند اتریوم شروع کنند. هیچ دانش قبلی در مورد EVM مورد نیاز نیست، اما دانستن اصول اولیه هر زبان برنامه نویسی به شما کمک می کند تا آن را دنبال کنید.

فهرست مطالب

  1. مقدمه ای بر بلاک چین، اتریوم و قراردادهای هوشمند
  2. نصب اتریوم و سالیدیتی
  3. معرفی Solidity
  4. متغیرها و توابع جهانی
  5. عبارات و ساختار کنترل
  6. نوشتن قراردادهای هوشمند
  7. توابع، اصلاح‌کننده‌ها و عقب‌نشینی‌ها
  8. استثناها، رویدادها و ورود به سیستم
  9. مبانی ترافل و تست واحد
  10. اشکال زدایی قراردادها
  11. برنامه نویسی اسمبلی
  12. قراردادهای هوشمند قابل ارتقا
  13. نوشتن قراردادهای امن
  14. نوشتن قراردادهای رمزی
  15. الگوهای طراحی جامدادی

نظرات کاربران درباره کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

نظری در مورد این محصول توسط کاربران ارسال نگردیده است.
اولین نفری باشید که در مورد کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition نظر می دهد.

ارسال نظر درباره کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

لطفا توجه داشته باشید که ایمیل شما منتشر نخواهد شد.

برچسب های مرتبط با کتاب Solidity Programming Essentials: A guide to building smart contracts and tokens using the widely used Solidity language, 2nd Edition

Computers&Technology انتشارات طلایی

بر اساس سلیقه شما...

  جلد سخت سیاه و سفید Product details Publis ...
4,560,000 ریال
  جلد سخت رنگی Product details Publisher &rl ...
14,000,000 ریال

codebazan

طراحی و اجرا: فروشگاه ساز سبدخرید