7 releases (4 breaking)

new 0.5.0 Oct 29, 2024
0.4.1 Oct 11, 2024
0.3.1 Sep 24, 2024
0.3.0 Aug 21, 2024
0.1.0 Jan 30, 2024

#848 in Magic Beans

Download history 6/week @ 2024-07-26 1/week @ 2024-08-02 122/week @ 2024-08-16 22/week @ 2024-08-23 2/week @ 2024-08-30 21/week @ 2024-09-13 151/week @ 2024-09-20 131/week @ 2024-09-27 72/week @ 2024-10-04 196/week @ 2024-10-11 12/week @ 2024-10-18

423 downloads per month

Apache-2.0

265KB
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–39MB
~624K SLoC