Expand description
This module provides the executables needed to operate a Linera service, including a placeholder wallet acting as a GraphQL service for user interfaces.
Re-exports§
pub use wallet::Wallet;
Modules§
- cli
- Helper module for the Linera CLI binary.
- cli_
wrappers - Helper module to call the binaries of
linera-servicewith appropriate command-line arguments. - config
- controller
- node_
service - project
- storage
- task_
processor - Task processor for executing off-chain operators on behalf of on-chain applications.
- tracing
- This module provides unified handling for tracing subscribers within Linera binaries.
- util
- wallet