Seele Doc
  • Introduction
  • EN
    • Mining
    • Wallet
      • Basic
      • Contract
      • Help
    • Help
  • CN
    • 挖矿
    • 钱包
      • 基本
      • 合约
      • 帮助
    • 帮助
      • 合约流程
      • 代币示例
  • Developer
    • General
      • Sharding
    • Go-seele
      • Getting Started
      • Private Net
    • SeeleWallet
      • Seele HD Wallet Specification
    • Contract
      • Getting Started
      • Contract with seeleteam.js
      • Simulator
    • API
      • Getting Started
      • json-rpc NV <= 1.2.7
      • json-rpc NV >= 1.3.0
      • json-subchain-rpc
    • Subchain
      • seele-anchor-cli
        • User Guide
        • Test Guide
        • Help
        • Configurate
      • Contract
      • Subchain Network
Powered by GitBook
On this page

Was this helpful?

  1. Developer
  2. Subchain
  3. seele-anchor-cli

Help

  • 0326 no balance in subchain coinbase:

    • seeleteam/go-seele-sub/core/genesis.go there is func getStateDB where you can edit Masteraccounts

  • 0326 can't trade out with user's own account

    • Use the master account

  • 0327 when calling for getaccountinfo, the height must be greater than 20.

  • 0328 remember to change p2p privatekey when configuring local environments

  • 0330 Addresss Assignments

    • master: main

    • mint: main, sub

    • melt: main, sub

    • roll: sub

    • Ops: main, sub

    • go-seele-sub:

      • Masteraccounts: []?

        • feeaccount: ?

    • sub_node.json (sub configuration):

      • rootaccounts: [mint_sub, melt_sub, roll_sub]

      • validators: [Ops_sub...]

    • conf.json (contract constructor):

      • _ops: [Ops_main...]

      • _refundAccounts: [Ops_sub...]

    • main_node.json (main configuration):

PreviousTest GuideNextConfigurate

Last updated 5 years ago

Was this helpful?