Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 894 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 894 Bytes

octopus-pallets

Collection of pallets used in Octopus Network

pallets

  • Metadata of an appchain. Including appchain identifier, RPC endpoint of mainchain, etc.
  • Validators of the appchain will observe the mainchain and submit the observed events using OCW for consensus.
  • An implementation of Octopus Network's LPoS.
  • This pallet depends on pallet-octopus-appchain.
  • Some common traits and types.
  • This pallet manages the cross-chain messages sent from appchain to mainchain.