Configuration
For comprehensive configuration options, see our configuration guide.
Configuration Files
config.yml
Charli3 ODV nodes use configuration files to define:
- Data sources
- Node wallet settings
- Chain query configuration
The node is configured to run on port 8000 by default.
Response Handling
The ODV node handles two types of API requests:
- Feed value requests (
/odv/feed
) - Transaction signing requests (
/odv/sign
)
For more information on the ODV protocol workflow, see our architecture overview.