使用示例手册

优质
小牛编辑
121浏览
2023-12-01

This is a small (but growing) collection of simple recipes to perform common tasks with the Ethereum blockchain and Ethereum accounts.

Some of these recipes are stubs that will be filled in shortly.

If there is a simple recipe you would like added, please send suggestions to support@ethers.io.


  • 账号Accounts
    • 获取当前目录下所有 keystore 文件账号余额
    • 转移所有资金到另一个账号
    • 合并 Jaxx Wallets 账号
    • 获取助记词钱包及金额
    • 随机助记词
    • 获取交易记录
  • 合约 Contracts 的使用
    • 获取状态变化后的值
    • 经济激励与经济价值
  • 提供者(Provider) 的使用
    • MetaMask
    • TestRPC / Ganache
    • 定制 提供者(Provider)
  • 对消息签名
    • 字符串签名
    • 摘要哈希签名
  • 如何测试
    • 合约事件
    • 测试使用多个账号
  • React Native
    • Shims
    • Wordlists
    • Other Notes