For the complete documentation index, see llms.txt. This page is also available as Markdown.

9.4 Configuring the Node

Before starting, the node must be configured.

Creating Configuration File

nano config. json

Example configuration:

{
  "network": "mainnet",
  "rpc": "https://rpc.frequencychain.org",
  "chainId": 5296290,
  "nodeType": "sync",
  "walletAddress": "YOUR_WALLET_ADDRESS"
}

Save the file:

  • Press CTRL + O → Enter

  • Press CTRL + X

Last updated