Configuration
Ditred relies on a single, local JSON file for all configuration. No cloud sync, no tracking. Total sovereignty.
Location
By default, the configuration and your encrypted vault are stored securely in your home directory.
~/.ditred/config.jsonRPC & API Endpoints
You are free to define your own RPC endpoints for Solana and API endpoints for Litecoin to bypass rate limits and enhance privacy.
{
"solana_rpc": "https://api.mainnet-beta.solana.com",
"ltc_api": "https://api.blockcypher.com/v1/ltc/main"
}
Webhooks
Ditred can optionally ping a Discord webhook when transactions are confirmed.
{
"webhooks": {
"discord_url": null // Or "https://discord.com/api/webhooks/..."
}
}
Keybindings
Every action in the TUI can be remapped to fit your workflow. Below are the default bindings.
{
"keybindings": {
"open_send": "s",
"open_receive": "r",
"open_history": "h",
"open_help": "g",
"go_dashboard": "w",
"history_refresh": "r",
"receive_copy": "c",
"receive_save_qr": "s",
"send_toggle_unit": "u"
}
}