书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 452 个相关结果.
  • Setting up the Client

    Setting up the Client Using Ganache Full code description: Tutorial on how to set up a client to connect to Ethereum with Go. Setting up the Client Setting up the Ethereum...
  • 以太坊的组件

    以太坊的组件 其他参考文献 以太坊的组件 在Ethereum中,区块链的组件 中描述的区块链系统组件包括: P2P Network 以太坊在 以太坊主网 上运行,可以通过TCP端口30303访问,运行称作 ÐΞVp2p 的协议。 Consensus rules 以太坊的共识规则,在参考规范,即 [yellowpaper] 中定义。 T...
  • Send Raw Transaction

    Send Raw Transaction Full code description: Tutorial on how to send a raw Ethereum transaction with Go. Send Raw Transaction In the previous section we learned how to crea...
  • 创建 Swarm存储

    搭建 Swarm 节点 完整代码 概述: 搭建swarm节点的教程。 搭建 Swarm 节点 要运行swarm,首先需要安装geth 和bzzd ,这是swarm背景进程。 go get - d github . com / ethereum / go - ethereum go install github . com / et...
  • Transaction Propagation

    1015 2021-02-11 《Mastering Ethereum》
    Transaction Propagation Transaction Propagation The Ethereum network uses a “flood routing” protocol. Each Ethereum client acts as a node in a peer-to-peer (P2P) network, which...
  • Getting Started with MetaMask

    483 2021-02-11 《Mastering Ethereum》
    Getting Started with MetaMask Creating a Wallet Switching Networks Getting Some Test Ether Sending Ether from MetaMask Exploring the Transaction History of an Address Gett...
  • 意识形态差异

    意识形态差异 不变性 社区结构 意识形态差异 以太坊和以太坊经典之间最大的物质差异之一是意识形态,它以两种主要方式表现出来:不变性和社区结构。 不变性 在区块链的背景下,不变性指的是区块链历史的保存。 Ethereum Ethereum Classic 遵循一种俗称“治理”的哲学。这种理念允许参与者以不同程度的代表性投票,在某些情况下(例...
  • Subscribing to Event Logs

    Subscribing to Event Logs Full code description: Tutorial on how to subscribe to smart contract events with Go. Subscribing to Event Logs First thing we need to do in order...
  • 使用模拟客户端

    使用模拟客户端 完整代码 概述: 用Go搭建模拟客户端作为测试以太坊应用程序的客户端的教程。 使用模拟客户端 您可以使用模拟客户端来快速轻松地在本地测试您的交易,非常适合单元测试。为了开始,我们需要一个带有初始ETH的账户。为此,首先生成一个账户私钥。 privateKey , err := crypto . GenerateKey ...
  • Introducing the World Computer

    502 2021-02-11 《Mastering Ethereum》
    Introducing the World Computer Introducing the World Computer You’ve now created a wallet and sent and received ether. So far, we’ve treated Ethereum as a cryptocurrency. But E...