Files
All files used by Sage are stored in a single location, inside of the system's default data dir.
- Windows
- MacOS
- Linux
C:\Users\Alice\AppData\Roaming\com.rigidnetwork.sage
/Users/Alice/Library/Application Support/com.rigidnetwork.sage
/home/alice/.local/share/com.rigidnetwork.sage
note
The username Alice
is a placeholder, and must be replaced by your actual username.
Files
Name | Description |
---|---|
config.toml | The main configuration file used by the app. See Config. |
keys.bin | A binary encoding of all imported keys. |
logs | Logs emitted by the backend of the app. |
networks.toml | Information about blockchain networks (ie mainnet or testnet11). See Config. |
peers | Binary files that store previous peer connections. |
ssl | The SSL certificate used for full node connections and the RPC. |
wallets | SQLite databases for each network and key pair. |
wallets.toml | Configuration for each imported wallet. See Config. |