lumina-cli

Crates.iolumina-cli
lib.rslumina-cli
version0.5.0
sourcesrc
created_at2024-01-30 14:04:56.663294
updated_at2024-10-29 17:01:33.209944
descriptionCelestia data availability node implementation in Rust
homepagehttps://www.eiger.co
repositoryhttps://github.com/eigerco/lumina
max_upload_size
id1120261
size173,700
Eiger (eiger-releases)

documentation

README

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.

Commit count: 274

cargo fmt