书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 452 个相关结果.
  • Unchecked CALL Return Values

    1855 2021-02-11 《Mastering Ethereum》
    Unchecked CALL Return Values The Vulnerability Preventative Techniques Real-World Example: Etherpot and King of the Ether Unchecked CALL Return Values There are a number of ...
  • SUMMARY

    区块链技术指南 区块链技术指南 前言 修订记录 如何贡献 区块链思想的诞生与概念 从数字货币说起 比特币:前所未有的社会学实验 区块链核心概念 账本科技的演化 从区块链到分布式账本 小结 区块链技术的价值、挑战与展望 商业价值 关键技术和挑战 趋势与展望 小结 典型应用场景 金融服务 征信和权属管理 ...
  • Comparison to Solidity

    704 2021-02-11 《Mastering Ethereum》
    Comparison to Solidity Modifiers Class Inheritance Inline Assembly Function Overloading Variable Typecasting Preconditions and Postconditions Comparison to Solidity One o...
  • 概要介绍

    概要介绍 使用说明 国密支持 支持链上事件订阅和通知 概要介绍 使用说明 WeBASE-Front是和FISCO-BCOS节点配合使用的一个子系统。此分支支持FISCO-BCOS 2.0以上版本,集成web3sdk,对接口进行了封装,可通过HTTP请求和节点进行通信。另外,具备可视化控制台,可以在控制台上开发智能合约,部署合约和发送交易,并...
  • Gas Considerations

    520 2021-02-11 《Mastering Ethereum》
    Gas Considerations Avoid Dynamically Sized Arrays Avoid Calls to Other Contracts Estimating Gas Cost Gas Considerations Gas, described in more detail in [gas] , is an incred...
  • 切换网络

    切换网络 切换网络 正如你在MetaMask帐户页面上所看到的,你可以在多个以太坊网络中进行选择。默认情况下,MetaMask将尝试连接到“主网络”。其他选择是公共测试网,你选择的任何以太坊节点或在你自己的计算机上运行私有区块链的节点(本地主机): Main Ethereum Network 主要的,公开的以太坊区块链。真正的ETH,真正的价值,...
  • Oracle Use Cases and Examples

    847 2021-02-11 《Mastering Ethereum》
    Oracle Use Cases and Examples Oracle Use Cases and Examples Oracles, ideally, provide a trustless (or at least near-trustless) way of getting extrinsic (i.e., “real-world” or o...
  • Default Visibilities

    730 2021-02-11 《Mastering Ethereum》
    Default Visibilities The Vulnerability Preventative Techniques Real-World Example: Parity Multisig Wallet (First Hack) Default Visibilities Functions in Solidity have visibi...
  • 虚拟机与合约

    虚拟机与合约 虚拟机与合约 交易的执行是区块链节点上的一个重要的功能。交易的执行,是把交易中的智能合约二进制代码取出来,用执行器(Executor )执行。共识模块(Consensus )把交易从交易池(TxPool )中取出,打包成区块,并调用执行器去执行区块中的交易。在交易的执行过程中,会对区块链的状态(State)进行修改,形成新区块的状态储存...
  • Data Authentication

    651 2021-02-11 《Mastering Ethereum》
    Data Authentication Data Authentication If we assume that the source of data being queried by a DApp is both authoritative and trustworthy (a not insignificant assumption), an ...