
npm install mixin-tuiThe 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.
``bash`
npx mixin-tui
or
`bash`
bunx mixin-tui
1. Copy mixin-config.json.example to mixin-config.json and fill in your Mixin bot credentials.bun install
2. Run to install dependencies.bun run dev
3. Run to start the TUI.
To build the executable bundle yourself:
`bash``
bun run buildThe executable will be at ./dist/index.js
MIT Lisence