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

    547 2021-02-11 《Mastering Ethereum》
    Conclusions Conclusions In this chapter, you set up a wallet using MetaMask and funded it using a faucet on the Ropsten test network. You received ether into your wallet’s Ethe...
  • Transaction Value and Data

    841 2021-02-11 《Mastering Ethereum》
    Transaction Value and Data Transmitting Value to EOAs and Contracts Transmitting a Data Payload to an EOA or Contract Transaction Value and Data The main “payload” of a trans...
  • 2. 智能合约开发详解

    2. 智能合约开发详解 2.1. 简介 2.2. 准备工作 2.2.1. 环境要求 2.2.2. 下载编译xuperchain 2.2.3. 设置环境变量 2.2.4. 启动xuperchain 2.2.5. 创建合约账号 2.2.6. 小结 2.3. 快速体验 2.3.1. 创建合约工程 2.3.2. 编译合约 2.3.3. 部署合约 ...
  • 2. Go SDK 接入指南

    2. Go SDK 接入指南 2.1. 下载私钥 2.2. 引入SDK 2.3. 加载私钥 2.4. 修改配置文件 2.5. 部署合约 2.6. 调用合约 2. Go SDK 接入指南 2.1. 下载私钥 在开放网络上创建账户后,会为用户生成加密的私钥,使用时需要使用密码解密后才可使用。 登录到开放网络后,通过控制台可以下载个人账户的私...
  • 2. 智能合约开发详解

    2. 智能合约开发详解 2.1. 简介 2.2. 准备工作 2.2.1. 环境要求 2.2.2. 下载编译xuperchain 2.2.3. 设置环境变量 2.2.4. 启动xuperchain 2.2.5. 创建合约账号 2.2.6. 小结 2.3. 快速体验 2.3.1. 创建合约工程 2.3.2. 编译合约 2.3.3. 部署合约 ...
  • Watchdog Class

    class Watchdog – 看门狗对象 构造函数 对象函数 使用方法 class Watchdog – 看门狗对象 看门狗对象可以。 构造函数 class evm.Watchdog(label) 创建一个 Watchdog对象 label:”IWDG” 对象函数 Watchdog.install_timeout(mi...
  • DAC Class

    class DAC – 数字转模拟电压 构造函数 对象函数 使用方法 class DAC – 数字转模拟电压 使用DAC可以使引脚输出指定的模拟电压值,电压值范围是0到3.3V。小熊派开发板使用PA4引脚作为DAC的输出引脚。 构造函数 class evm.DAC(label,channel) 创建一个DAC对象,并指定编号,通道。...
  • Life Cycle of a Smart Contract

    572 2021-02-11 《Mastering Ethereum》
    Life Cycle of a Smart Contract Life Cycle of a Smart Contract Smart contracts are typically written in a high-level language, such as Solidity. But in order to run, they must b...
  • gas成本与gas价格

    gas成本与gas价格 gas成本与gas价格 虽然gas成本 是EVM中执行的操作步骤的度量,但gas本身也具有以ether测量的gas价格 。在执行交易时,发起方指定他们愿意为每个gas单位支付的gas价格(以ether为单位),允许市场决定ether的价格与计算操作的成本之间的关系(以gas衡量) 。 total gas used * gas...
  • 使用编译器

    使用编译器¶ Using the Commandline Compiler¶ Compiler Input and Output JSON Description¶ Input Description¶ Output Description¶ Error types¶ 使用编译器¶ Using the Commandline Compi...