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
  • Brief
  • Parts
  • Appendix
  • Controler: seele-anchor-cli
  • go-seele-sub
  • StemRootchain.sol

Was this helpful?

  1. Developer

Subchain

Previousjson-subchain-rpcNextseele-anchor-cli

Last updated 5 years ago

Was this helpful?

Brief

STEM is Seele's take on subnet infrastructure. The protocol extends the security of the already fast Seele-Mainnet to supervise and credit an even faster Seele-Subnet. Subnets, powered by various token releasing mechanisms, supposedly assumes all the creative usages of a mainnet but faster.

Parts

The main parts consist of a contract, ran on mainnet, and a subnet, ran similarly to the mainnet. To ease interaction, a controller that wraps interaction with the contract and subnet is developed.

Below are detailed and concise graphs illustrating the relationship between parts.

Appendix

Controler: seele-anchor-cli

go-seele-sub

StemRootchain.sol

For more information on the integration of these parts, see and the links below.

white paper
documentation
user
test
code
documentation
node api
node start
code
documentation
constructor
contract
code
detailed
concise