Expand description
BillPouch daemon entry point.
The daemon is started by the CLI (bp hatch <type>) when no running daemon
is detected. It owns the libp2p Swarm and the control Unix socket.
Functionsยง
- is_
running - Returns true if a daemon process is currently running (PID file exists and process is alive).
- run_
daemon - Start the daemon process. This function blocks until the daemon is killed.