Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)