Stellar Desk is an open source tool to interact with the Stellar network with a simple interface.
You can use it as an account viewer, wallet, network explorer, or markets monitor.
All data is visualized in real time.
View accounts
Watch transactions, operations, effects, payments, and offers for any account.
Explore the network
Ledgers
https://raw.githubusercontent.com/etale-cohomology/stellardesk/gh-pages/screenshots/03.png
Deepdive for a single ledger
Transactions
Operations
Effects
https://raw.githubusercontent.com/etale-cohomology/stellardesk/gh-pages/screenshots/07.png
Payments
https://raw.githubusercontent.com/etale-cohomology/stellardesk/gh-pages/screenshots/08.png
Monitor the Lumen (centralized) markets
Use as a wallet
Generate accounts
Send lumens
The secret seed is never stored.
TODOs
- Send more assets
- Support more operations
Capabilities in first submission
- View static data of the Stellar network: ledgers, transactions, operations, effects
- View XLM price and volume (USD @ Poloniex)
New capabilities for this submission
- View individual account data (requires public key)
- Send XLM payments (requires secret seed)
- Monitor your payments in real time (requires public key)
- View Poloniex, Bittrex and Kraken USD, BTC and ETH markets for Stellar, together with volume, MACD, RSI and Bollinger bands
- Network data is now updated in real time
- View data for a single ledger
- Create accounts (ie. generate a keypair and fund the account)
- Added a search button for Ledgers
- Added a button to go from the test network to the public network, and vice versa
- Added "pretty" URLs. Using Python Flask for offline viewing/development
- Added HTTPS
- Wallet can now create/delete trustlines
- Wallet can now send any asset (the receiving account must trust the asset first, though!)
- Added tree of account creation
- Added multiple tooltips to the Wallet
- Users can now use the Wallet to create/delete trustlines
Fixes / technical improvements
- Fixed GUI bugs
- Added landing page