octopus-pallets icon indicating copy to clipboard operation
octopus-pallets copied to clipboard

Collection of pallets used in Octopus Network

octopus-pallets

Collection of pallets used in Octopus Network

pallets

pallet-octopus-appchain

  • 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.

pallet-octopus-lpos

  • An implementation of Octopus Network's LPoS.
  • This pallet depends on pallet-octopus-appchain.

pallet-octopus-support

  • Some common traits and types.

pallet-octopus-upward-messages

  • This pallet manages the cross-chain messages sent from appchain to mainchain.