Skip to content

Venum Terminal

Use @venumdev/terminal when you want a keyboard-first terminal UI for live Venum market data.

Venum Terminal is the terminal-native view into the Venum ecosystem:

  • live token prices
  • new pool discovery
  • top SOL pools
  • quick filtering and browsing

It works without an API key, and a key unlocks the full streaming experience.

Quick Start

Run without installing:

bash
bunx @venumdev/terminal

Install globally:

bash
bun install -g @venumdev/terminal
venum-terminal

Requirements

  • Bun >= 1.3.0
  • Zig >= 0.15.0

API Key

Pass your key at launch time:

bash
VENUM_API_KEY=your_key bunx @venumdev/terminal

See Also