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
423 downloads per month
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