SolCheck Widget is a small cross-platform widget that displays the balance and profit of the specified Solana wallet from the moment the widget is launched. 💰
- Cross-Platform: Works on Windows, macOS, and Linux.
- Automatic Updates: The balance is updated every 10 seconds.
- Easy Setup: On the first launch, a configuration file is created with a default address.
- Flexibility: Change the wallet address in the configuration file to track a different wallet (a restart of the application is required).
On the first launch, the application checks for the existence of a configuration file. If the file does not exist or does not contain the address
key, it is created and the default address is written to it.
- Press Win + R and enter:
%APPDATA%\com.solcheck.app\config.json
- Find the
address
key and, if needed, change it to your desired address.
The configuration file is usually located at:
~/Library/Application Support/com.solcheck.app/config.json
The configuration file can be found at:
~/.config/com.solcheck.app/config.json
After modifying the wallet address in the configuration file, restart the application to apply the changes. 🔄