Crates.io | lumina-cli |
lib.rs | lumina-cli |
version | 0.5.0 |
source | src |
created_at | 2024-01-30 14:04:56.663294 |
updated_at | 2024-10-29 17:01:33.209944 |
description | Celestia data availability node implementation in Rust |
homepage | https://www.eiger.co |
repository | https://github.com/eigerco/lumina |
max_upload_size | |
id | 1120261 |
size | 173,700 |
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
.
cargo install lumina-cli --locked
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.
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.