Nodes boostrap

Node description

  • stream: encode data

    • encode as user desired, get reward when the encoded data is submited to chain

  • store: store data

    • store encode data in local storage, submit encode proof to chain if data is encoded as desired

    • get rewards by submitting epoch proof to chain

  • validator: watch and validate on-chain proof, challenege if proof is wrong and get rewards

    • watch encode proof

    • watch epoch proof

Download

Download the SDK or release binary from Unibase Release.

Explorer

gateway server

Important

set environment before your operation:

export CHIAN_TYPE=<your CHIAN_TYPE>

Last updated