mixin-tui
v0.1.4
Published

Readme
Mixin TUI

The Terminal User Interface for mixin bot to run different actions like transfer asset, read balance, send messages and more.
Inspired by mixin-cli. Written in Typescript, and use @mixin.dev/mixin-node-sdk as basement.
Usage
Run via npx
npx mixin-tuior
bunx mixin-tuiLocal Development
- Copy
mixin-config.json.exampletomixin-config.jsonand fill in your Mixin bot credentials. - Run
bun installto install dependencies. - Run
bun run devto start the TUI.
Build from source
To build the executable bundle yourself:
bun run build
# The executable will be at ./dist/index.jsLISENCE
MIT Lisence
