@leconome/chain-cli
v0.1.0
Published
Run a node on Econome Chain in one command.
Readme
@leconome/chain-cli
Run a node on Econome Chain in one command.
npx @leconome/chain-cli startFetches the chain's genesis, chainId and current bootnodes from the control
plane, then runs Hyperledger Besu with the right flags. Requires Docker
(or pass --native to use a locally installed besu).
Commands
| Command | Description |
|---|---|
| start | Fetch chain config and run a node |
| status | Height, peers, sync state, validator membership |
| enode | Print this node's enode and address |
| apply | Submit a validator application |
| print-config | Print the exact besu command; --compose emits a docker-compose.yml |
| logs | Stream node logs |
| stop / rm | Stop or remove the node |
| upgrade | Re-pull the pinned image and recreate the container |
Nothing is hidden: print-config --compose > docker-compose.yml gives you a
standalone setup you can manage yourself.
