Expand description
Helper module to call the binaries of linera-service
with appropriate command-line
arguments.
Modules§
- docker
- How to run Docker operations
- local_
kubernetes_ net - How to run Linera validators locally as a Kubernetes deployment.
- local_
net - How to run Linera validators locally as native processes.
- remote_
net - How to connect to running GCP devnet.
Structs§
- Application
Wrapper - A running
Application
to be queried in GraphQL. - Client
Wrapper - Wrapper to run a Linera client command.
- Faucet
- A faucet instance that can be queried.
- Faucet
Service - A running faucet service.
- Network
Config - Network protocol in use outside and inside a Linera net.
- Node
Service - A running node service.
Enums§
- Network
- Network protocol in use
- OnClient
Drop - Action to perform when the
ClientWrapper
is dropped.
Traits§
- Linera
Net - A running Linera net.
- Linera
NetConfig - The information needed to start a Linera net of a particular kind.