Expand description
light-node
The Tendermint light-node wraps the light-client crate into a command-line interface tool.
It can be used to initialize and start a standalone light client daemon and exposes a JSON-RPC endpoint from which you can query the current state of the light node.
Modulesยง
- application
- LightNode Abscissa Application
- commands
- LightNode Subcommands
- config
- LightNode Config
- error
- Error types
- prelude
- Application-local prelude: conveniently import types/functions/macros which are generally useful and should be available in every module with `use crate::prelude::*;
- rpc
- JSON-RPC Server and Client for the light-node RPC endpoint.