Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniellukic/dart-krok-term
Kraken Crypto API TUI. Pretty much a fun side project to learn me some more Dart.
https://github.com/daniellukic/dart-krok-term
client console crypto dart kraken shell terminal tui
Last synced: 18 days ago
JSON representation
Kraken Crypto API TUI. Pretty much a fun side project to learn me some more Dart.
- Host: GitHub
- URL: https://github.com/daniellukic/dart-krok-term
- Owner: DanielLukic
- License: mit
- Created: 2024-04-08T19:53:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T07:09:27.000Z (10 months ago)
- Last Synced: 2024-04-12T09:14:59.675Z (10 months ago)
- Topics: client, console, crypto, dart, kraken, shell, terminal, tui
- Language: Dart
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Krok Term - Kraken Crypto API TUI
Another project from my "Learn me some Dart" phase.
After implementing a Kraken Crypto API that I named [krok](https://pub.dev/packages/krok) for no good reason, I
started implementing a simple TUI "desktop system". Also in Dart. This one is called
[consul](https://pub.dev/packages/dart_consul).This now in front of you is the obvious conclusion... 🙃
### What is this?
Basic alternative to the Kraken Web Interface. Allows running this in screen/tux/... session on a server. That's
what I do. Or locally on your machine in a terminal. Because that's fun and cool. Right? 🙃The neat thing, to me, are the shortcuts. You can just type "gb" to go to the balances window. Inside a window you
can scroll up/down via j/k like a real vim pro. You can jump into the asset pair selection from everywhere via / and
start typing to filter. Then press enter to select it.### Example Screenshot
Screenshot of the app running:
![Screenshot](images/example.gif)
Animation of the app running:
![Screenshot](images/example-anim.gif)