MARC 닫기
05459cam a2200577Ki 4500
000000531726
20210114162154
m d
cr cnu---unuuu
190831s2019 enk o 000 0 eng d
▼a GBB9E0704
▼2 bnb
▼a 019505060
▼2 Uk
▼a 9781839218637
▼q (electronic bk.)
▼a 1839218630
▼q (electronic bk.)
▼z 9781839218262
▼q (pbk.)
▼a 2225816
▼b (N$T)
▼a (OCoLC)1111944760
▼a 4D488F0E-2B7E-49A5-9F02-2EE378B23885
▼b OverDrive, Inc.
▼n http://www.overdrive.com
▼a EBLCP
▼b eng
▼e rda
▼e pn
▼c EBLCP
▼d TEFOD
▼d OCLCO
▼d EBLCP
▼d TEFOD
▼d UKMGB
▼d OCLCF
▼d OCLCQ
▼d N$T
▼d 248023
▼a HF5548.32
▼a 658.8/72
▼2 23
▼a Chittoda, Jitendra,
▼e author.
▼a Mastering blockchain programming with Solidity:
▼b write production-ready smart contracts for Ethereum Blockchain with Solidity /:
▼c Jitendra Chittoda.
▼a Birmingham, UK:
▼b Packt Publishing,
▼c [2019].
▼a 1 online resource (474 pages).
▼a text
▼b txt
▼2 rdacontent
▼a computer
▼b n
▼2 rdamedia
▼a online resource
▼b nc
▼2 rdacarrier
▼a Using arrays in Solidity
▼a Cover; Title Page; Copyright and Credits; Dedication; About Packt; Foreword; Contributors; Table of Contents; Preface; Section 1: Getting Started with Blockchain, Ethereum, and Solidity; Chapter 1: Introduction to Blockchain; Understanding blockchain; Blockchain solves the double-spending problem; Properties of blockchain; Distributed ledger; Fault tolerance; Attack resistance; Remove intermediaries; Consensus protocol; Faster settlement; Lower transaction fees; Transparency; Immutability; Irreversible transactions; Trust in the network; Artificial trust; Trustless systems; Availability
▼a Empower individualsChronological order of transactions; Timestamped; Sealed with cryptography; When to use blockchain; When not to use blockchain; Blockchain is slow; Blockchain depends on off-chain oracles; Existing implementations of blockchain; Cross-border payments; Decentralized cloud storage; Decentralized computing; Introduction to Ethereum; Ethereum is for writing decentralized applications; Ethereum architecture; P2P networks; Nodes; Full nodes; Lightweight nodes; Miners; Blocks; Ethereum Virtual Machine (EVM); Ether currency; Smallest unit -- wei; Gas; Gas limit; Gas price; Formulas
▼a ExampleEthereum accounts; Externally owned accounts; Contract accounts; The difference between an EOA and a contract; Ethereum transaction; Transaction fields; From; To; Value; Gas limit; Gas price; Nonce; Data; Transaction hash; Transaction status; Pending status; Success status; Fail status; Dropped status; Transaction operations; Replace/update; Cancel; Testnets; Smart contracts; Immutable code; Irreversible transactions; Think twice before deploying; Limited storage; Every transaction consumes gas in ether; Playing with ether or tokens; Summary; Questions
▼a Chapter 2: Getting Started with SolidityIntroduction to the Solidity language; The layout of a Solidity source file; Solidity version with pragma; Importing other source files; Structure of a contract; Declaring state variables; Writing function definitions; Creating a custom modifier using function modifiers; Using events for logging and callback; Custom data types with struct; Custom types for constants with enum; Solidity data types; Understanding Solidity value types; Integer value type; Boolean value type; Address value type; Reading a contract's ether balance
▼a Sending ether using transferSending ether using send; Understanding call and delegatecall functions; Understanding the staticcall function; Adjust gas for a transaction using gas; Forwarding ether to another contract; Changes in Solidity version 0.5.0; Fixed size byte arrays; Dynamically sized byte arrays; Understanding the bytes data type; Understanding the string type; Passing functions using function types; Get a function type with function selector; Using internal function types; Using external function types; Solidity reference types; Understanding variables' data locations in Solidity
▼a With this book, you will learn to write production-ready smart contracts for the Ethereum blockchain. Finally, with the help of comprehensive examples, you will learn how to add security to smart contracts and then delve into the various security considerations that must be paid attention to.
▼a Print version record.
▼a Added to collection customer.56279.3
▼a Electronic commerce
▼v Software.
▼a Web applications
▼x Programming.
▼a Blockchains (Databases)
▼a Blockchains (Databases)
▼2 fast
▼0 (OCoLC)fst01981761
▼a Electronic commerce.
▼2 fast
▼0 (OCoLC)fst00906906
▼a Electronic books.
▼a Software.
▼2 fast
▼0 (OCoLC)fst01411640
▼i Print version:
▼a Chittoda, Jitendra.
▼t Mastering Blockchain Programming with Solidity : Write Production-Ready Smart Contracts for Ethereum Blockchain with Solidity.
▼d Birmingham : Packt Publishing, Limited, ©2019,
▼z 9781839218262
▼3 EBSCOhost
▼u http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2225816
▼a ProQuest Ebook Central
▼b EBLB
▼n EBL5847213
▼a EBSCOhost
▼b EBSC
▼n 2225816
▼a 강리원
▼a eBook
▼a 92
▼b N$T
| 자료유형 : | eBook |
|---|---|
| ISBN : | 9781839218637 |
| ISBN : | 1839218630 |
| ISBN : | |
| 개인저자 : | Chittoda, Jitendra, author. |
| 서명/저자사항 : | Mastering blockchain programming with Solidity: write production-ready smart contracts for Ethereum Blockchain with Solidity /: Jitendra Chittoda. |
| 발행사항 : | Birmingham, UK: Packt Publishing, [2019]. |
| 형태사항 : | 1 online resource (474 pages). |
| 일반주기 : | Using arrays in Solidity |
| 내용주기 : | Cover; Title Page; Copyright and Credits; Dedication; About Packt; Foreword; Contributors; Table of Contents; Preface; Section 1: Getting Started with Blockchain, Ethereum, and Solidity; Chapter 1: Introduction to Blockchain; Understanding blockchain; Blockchain solves the double-spending problem; Properties of blockchain; Distributed ledger; Fault tolerance; Attack resistance; Remove intermediaries; Consensus protocol; Faster settlement; Lower transaction fees; Transparency; Immutability; Irreversible transactions; Trust in the network; Artificial trust; Trustless systems; Availability |
| 내용주기 : | Empower individualsChronological order of transactions; Timestamped; Sealed with cryptography; When to use blockchain; When not to use blockchain; Blockchain is slow; Blockchain depends on off-chain oracles; Existing implementations of blockchain; Cross-border payments; Decentralized cloud storage; Decentralized computing; Introduction to Ethereum; Ethereum is for writing decentralized applications; Ethereum architecture; P2P networks; Nodes; Full nodes; Lightweight nodes; Miners; Blocks; Ethereum Virtual Machine (EVM); Ether currency; Smallest unit -- wei; Gas; Gas limit; Gas price; Formulas |
| 내용주기 : | ExampleEthereum accounts; Externally owned accounts; Contract accounts; The difference between an EOA and a contract; Ethereum transaction; Transaction fields; From; To; Value; Gas limit; Gas price; Nonce; Data; Transaction hash; Transaction status; Pending status; Success status; Fail status; Dropped status; Transaction operations; Replace/update; Cancel; Testnets; Smart contracts; Immutable code; Irreversible transactions; Think twice before deploying; Limited storage; Every transaction consumes gas in ether; Playing with ether or tokens; Summary; Questions |
| 내용주기 : | Chapter 2: Getting Started with SolidityIntroduction to the Solidity language; The layout of a Solidity source file; Solidity version with pragma; Importing other source files; Structure of a contract; Declaring state variables; Writing function definitions; Creating a custom modifier using function modifiers; Using events for logging and callback; Custom data types with struct; Custom types for constants with enum; Solidity data types; Understanding Solidity value types; Integer value type; Boolean value type; Address value type; Reading a contract's ether balance |
| 내용주기 : | Sending ether using transferSending ether using send; Understanding call and delegatecall functions; Understanding the staticcall function; Adjust gas for a transaction using gas; Forwarding ether to another contract; Changes in Solidity version 0.5.0; Fixed size byte arrays; Dynamically sized byte arrays; Understanding the bytes data type; Understanding the string type; Passing functions using function types; Get a function type with function selector; Using internal function types; Using external function types; Solidity reference types; Understanding variables' data locations in Solidity |
| 요약 : | With this book, you will learn to write production-ready smart contracts for the Ethereum blockchain. Finally, with the help of comprehensive examples, you will learn how to add security to smart contracts and then delve into the various security considerations that must be paid attention to. |
| 일반주제명 : | Electronic commerce -- Software. -- |
| 일반주제명 : | Web applications -- Programming. -- |
| 일반주제명 : | Blockchains (Databases) -- |
| 일반주제명 : | Blockchains (Databases) -- |
| 일반주제명 : | Electronic commerce. -- |
| 기타형태 저록 : | Print version: Chittoda, Jitendra. Mastering Blockchain Programming with Solidity : Write Production-Ready Smart Contracts for Ethereum Blockchain with Solidity. Birmingham : Packt Publishing, Limited, ©2019, 9781839218262 |
| 언어 | 영어 |
| URL : |
|---|
서평쓰기