Mastering Ethereum 作者:Andreas M. Antonopoulos/Gavin Wood 出版社:O'Reilly Media 副标题:Building Smart Contracts and Dapps 出版年:2018-2-25 页数:200 定价:USD 34.99 装帧:Paperback ISBN:9781491971949 豆瓣评分 8.3 54人评价 5星 31.5% 4星
EthereumprotocolsfordevelopingdApps.Next,youwilllearntocodeandcreatepowerfulsmartcontractsthatscalewithSolidityandVyper.YouwillthenexplorethebuildingblocksofthedAppsarchitecture,andgaininsightsonhowtocreateyourowndAppthroughavarietyofreal-worldexamples.ThebookwillevenguideyouonhowtodeployyourdAppsonmultipleEthereum...
The book will even guide you on how to deploy your dApps on multiple Ethereum instances with the required best practices and techniques. The next few chapters will delve into advanced topics such as, building advanced smart contracts and multi-page frontends using Ethereum blockchain. You will...
Github link; https://github.com/infinitape/etherjar === Nethereum Nethereum 是以太坊的.Net集成库。 Github link; https://github.com/Nethereum/Nethereum Website link; http://nethereum.com/ Documentation link; https://nethereum.readthedocs.io/en/latest/ === ethers.js ethers.js 库是...
《精通以太坊——实现数字合约》 Mastering Ethereum 精通以太坊 (中文版)https://github.com/inoutcode/ethereum_book 快速术语表 断言Assert 在Solidity 中,assert(false) 编译为 0xfe, 是一个无效的操作码,用尽所有剩余的燃气(Gas),并恢复所有更改。 当 assert() 语句失败时,说明发生了严重的错误或异常,你...
Ethereumisoneofthecommonlyusedplatformsforbuildingblockchainapplications.It'sadecentralizedplatformforapplicationsthatcanrunexactlyasprogrammedwithoutbeingaffectedbyfraud,censorship,orthird-partyinterference.Thisbookwillgiveyouadeepunderstandingofhowblockchainworkssothatyoucandiscovertheentireecosystem,corecomponents,an...
In this chapter we will introduce some of the cryptography used in Ethereum: namely public key cryptography (PKC), which is used to control ownership of funds, in the form of private keys and addresses. Keys and Addresses As we saw earlier in the book, Ethereum has two different types of...
Eventually, Ethereum plans to move to PoS, which consists of the idea that a node or user maintains a stake, a certain number of Ether or any type of valuable investment in the system, so that the negative consequences of any malicious activity would outweigh the benefits of attacking the ...
EthereumprotocolsfordevelopingdApps.Next,youwilllearntocodeandcreatepowerfulsmartcontractsthatscalewithSolidityandVyper.YouwillthenexplorethebuildingblocksofthedAppsarchitecture,andgaininsightsonhowtocreateyourowndAppthroughavarietyofreal-worldexamples.ThebookwillevenguideyouonhowtodeployyourdAppsonmultipleEthereum...
Mastering Ethereum by The Ethereum Book LLC and Gavin Wood is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. It is expected that the book will be released under a more permissive CC-BY-SA license within a year of publication.About...