Configuration
Config and data directory
. # ~/.lagomd
├── data/ # Contains the databases used by the node.
└── config/
├── app.toml # Application-related configuration file.
├── config.toml # Tendermint-related configuration file.
├── genesis.json # The genesis file.
├── node_key.json # Private key to use for node authentication in the p2p protocol.
└── priv_validator_key.json # Private key to use as a validator in the consensus protocol.Node Configuration
Pruning of State
Client Configuration
Running the JSON-RPC Server
Enable Server
Defining Namespaces
Set a Gas Cap
CORS
Pruning
WebSocket Server
Last updated
