2 unstable releases

new 0.2.0 Apr 19, 2024
0.1.0 Jan 30, 2024

#6 in #lumina

Download history 7/week @ 2024-01-29 10/week @ 2024-02-19 20/week @ 2024-02-26 2/week @ 2024-03-11 20/week @ 2024-04-01 131/week @ 2024-04-15

151 downloads per month

Apache-2.0

195KB
3.5K SLoC

lumina-cli

Command line interface for running Lumina node for the Celestia network either locally or in a browser.

When built with default features, lumina-cli compiles only natively running code. If you want to serve lumina-wasm-node and run it in browser, you need to compile the code manually and use browser-node feature flag. As a shorthand, lumina executable can be renamed to lumina-node, which will cause it to act as local node only, same as if invoked with lumina node.

Installation

cargo install lumina-cli --locked

Running the node

lumina node --network mocha

For all configuration options see lumina node -h. By default node will run on mainnet, connecting to official bootstrap nodes, with persistent header store in user's home directory.

WebTransport and Secure Contexts

For security reasons, browsers only allow WebTransport to be used in Secure Context. When running Lumina in a browser make sure to access it either locally or over HTTPS.

Dependencies

~0.5–43MB
~657K SLoC