书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 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...
  • Accounts

    Accounts Full code description: Tutorial on how to load an Ethereum account with Go. Accounts Accounts on Ethereum are either wallet addresses or smart contract addresses. ...
  • 其他链接

    其他链接 其他链接 https://ethereum.stackexchange.com/questions/201/how-does-oraclize-handle-the-tlsnotary-secret https://blog.oraclize.it/on-decentralization-of-blockchain-oracles-94fb...
  • 资源

    资源 参考规范 寻求帮助和问题解答 社区 库 开发者工具 概述: Ethereum, Solidity 还有 Go的学习资源列表。 资源 Ethereum, Solidity 还有 Go的学习资源列表。 参考规范 智能合约参考规范 安全考虑 Solidity的一些坑 寻求帮助和问题解答 StackExchange 以...
  • Create Raw Transaction

    Create Raw Transaction Full code description: Tutorial on how to create a raw Ethereum transaction with Go. Create Raw Transaction If you’ve read the previous sections , th...
  • Reading Event Logs

    Reading Event Logs Topics Full code description: Tutorial on how to read smart contract events with Go. Reading Event Logs A smart contract may optionally emit “events” wh...
  • 以太坊的组件

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

    1116 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...
  • What Is a Smart Contract?

    639 2021-02-11 《Mastering Ethereum》
    What Is a Smart Contract? What Is a Smart Contract? The term smart contract has been used over the years to describe a wide variety of different things. In the 1990s, cryptogra...
  • 意识形态差异

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