Getting started with configuration

Basic information needed to start configuring your own node

Whether you're running node in Docker or natively, you'll need a configuration directory containing a specific structure:

etc/
├── requests.yml
└── web3.yml

Configuration directory structure might be expanded in the future, and as of now, all of the files are required to be present.

Last updated