WPF demo app for the Solgrid.Jupiter client library. Self-contained single exe, runs on Windows x64 without .NET installed.
What's inside
- Wallet viewer: SOL and token balances with USD valuation and total
- Swap V2: quotes via
/order, sign & execute, confirmation prompt, finality tracking with solscan link - Ultra swaps: quotes and execution (
GetUltraOrderAsync/UltraExecuteAsync) - Prices: multiple mints in one call, quick-fill with popular tokens
- Tokens V2: search, top organic score, recent tokens, pickers from your own wallet, top-10 picker for the output token
- Portfolio: positions and staked JUP with the unstaking schedule
- Settings: API key and wallet address persist in
%APPDATA%\Solgrid.JupiterDemo\settings.json; the secret key is never stored, memory-only for the session
Run
- Download
Solgrid.JupiterDemo.exeand start it - Paste a Jupiter API key (optional, raises rate limits)
- Put in your wallet address; for swaps paste the secret key and press Use key
Notes
Built from the demo branch against main (library 0.2.0). This app lives in the fork only, it is not part of upstream Solgrid.Jupiter.
Warning
Sign & execute spends real funds. Every execute asks for confirmation first.