Further guides
Other guides into configuring Kiichain nodes
Enabling debug EVM JSON-RCP namespace
cd $NODE_HOME/config/app.toml###############################################################################
### JSON RPC Configuration ###
###############################################################################
[json-rpc]
# API defines a list of JSON-RPC namespaces that should be enabled
# Example: "eth,txpool,personal,net,debug,web3"
api = "eth,net,web3"Last updated