/kibane

Primary LanguageRust

Kibane

Meaning feather in japanese. Simplified implementation of Celestia Light Node in rust for PERSONAL LEARNING PURPOSE. Heavily Heavily Heavily inspired by Lumina

Background Knowledge

  • libp2p : Because light client is syncing from other trusted peers, to understand this project higly recommend to learn about how does libp2p handles inter communication between peers. I made tutorial.

Quick Start

# install kibane
cargo install --path cli

# run kibane node
kibane --network mocha

# check out help for more configuration options
kibane --help