书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 312 个相关结果.
  • How to install (on phone, on emulator, etc.)

    Android Kernel Installation Contents With the G1/ADP1 Installing a boot image With the emulator On a board using an SDCARD OMAP EVM From: eLinux.org Android Kernel I...
  • 3. 创建合约

    3. 创建合约 3.1. 编写合约 3.2. 部署wasm合约 3.3. 部署native合约 3.4. 部署solidity合约 3.5. 设置合约方法的ACL 3. 创建合约 超级链支持丰富的智能合约开发语言,比如go,Solitidy,C++,Java等。 3.1. 编写合约 源码可以参考 xuperchain/core/con...
  • Introducing the World Computer

    598 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...
  • 4. Js SDK 接入指南

    4. Js SDK 接入指南 4.1. 下载私钥 4.2. 引入SDK 4.3. 加载私钥 4.4. 连接开放网络 4.5. 合约部署 4.6. 合约调用 4. Js SDK 接入指南 JS SDK 连接开放网络与 Go SDK 有些许不同之处,主要在配置文件,JS SDK 不需要配置文件,只需要在创建客户端时指定参数即可。 4.1. ...
  • Gas

    835 2021-02-11 《Mastering Ethereum》
    Gas Gas Accounting During Execution Gas Accounting Considerations Gas Cost Versus Gas Price Negative gas costs Block Gas Limit Who decides what the block gas limit is? Ga...
  • 基础数据结构

    1. evm_val_t 2. EVM虚拟机支持的数据类型 3. evm_t 4. 常量 5. key值 1. evm_val_t 虚拟机通过evm_val_t来表示最基本的数据类型。 typedef uint64_t evm_val_t ; evm_val_t相当于一个64位的整型数据,通常在单片机领域,大...
  • 可用于(内联)装配的语言: Joyfully Universal Language for (Inline) Assembly

    可用于(内联)装配的语言: Joyfully Universal Language for (Inline) Assembly¶ Specification of JULIA¶ Restrictions on the Grammar¶ Scoping Rules¶ Formal Specification¶ Type Conversion Functi...
  • 世界计算机简介

    世界计算机简介 世界计算机简介 我们已经创建了一个钱包,并且我们已经发送并接收了ether。到目前为止,我们已经将以太坊视为一种加密货币。但是以太坊代表了更多。事实上,加密货币功能是服务于以太坊作为世界计算机的功能; 一个去中心化的智能合约平台。以太旨在用于支付运行的 smart contracts,这是在称为_Ethereum虚拟机(EVM)_的模...
  • 技术差异

    技术差异 EVM 核心网络开发 技术差异 EVM 对于大多数部分(截至2018年4月),两个网络保持高度兼容。为一条链生成的合约代码在另一条链上按预期运行。尽管EVM操作系统的差异很小(参见EIPs: 140 , 145 , 和214 ) 核心网络开发 所有区块链最终都有很多用户和贡献者。但是,由于开发此类软件所需的专业知识,核心网络开...