书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 452 个相关结果.
  • Glossary

    Glossary Addresses Agreement Ledgers Altcoin Attestation Ledgers ASIC Bitcoin Blockchain Block Ciphers Block Height Block Rewards Central Ledger Chain Linking Cipher C...
  • Building a Smart Contract with Solidity

    891 2021-02-11 《Mastering Ethereum》
    Building a Smart Contract with Solidity Selecting a Version of Solidity Download and Install Development Environment Writing a Simple Solidity Program Compiling with the Solidi...
  • Querying Transactions

    Querying Transactions Full code description: Tutorial on how to query transactions on the blockchain with Go. Querying Transactions In the previous section we learned how ...
  • 安装客户端

    安装客户端 从 PPA 直接安装 从源码编译 安装 Go 语言环境 下载和编译 Geth 安装客户端 本节将介绍如何安装 Geth,即 Go 语言实现的以太坊客户端。这里以 Ubuntu 16.04 操作系统为例,介绍从 PPA 仓库和从源码编译这两种方式来进行安装。 从 PPA 直接安装 首先安装必要的工具包。 $ apt - ge...
  • Turing Completeness and Gas

    435 2021-02-11 《Mastering Ethereum》
    Turing Completeness and Gas Turing Completeness and Gas As we have already touched on, in simple terms, a system or programming language is Turing complete if it can run any pr...
  • Chapter 4: Cryptography

    594 2021-02-11 《Mastering Ethereum》
    Cryptography Cryptography One of Ethereum’s foundational technologies is cryptography, which is a branch of mathematics used extensively in computer security. Cryptography mean...
  • Reading 0x Protocol Event Logs

    Reading 0x Protocol Event Logs Full code description: Tutorial on how to read the 0x Protocol smart contract event logs with Go. Reading 0x Protocol Event Logs To read 0x P...
  • Transactions

    Transactions description: Tutorial on transactions with Go. Transactions These sections will discuss how to query and make transactions on Ethereum using the go-ethereum eth...
  • Chapter 7: Smart Contracts and Solidity

    652 2021-02-11 《Mastering Ethereum》
    Smart Contracts and Solidity Smart Contracts and Solidity As we discussed in [intro_chapter] , there are two different types of accounts in Ethereum: externally owned accounts ...
  • Chapter 6: Transactions

    657 2021-02-11 《Mastering Ethereum》
    Transactions Transactions Transactions are signed messages originated by an externally owned account, transmitted by the Ethereum network, and recorded on the Ethereum blockcha...