Official documentation for the Flash Terminal (FT) CLI trading tool.
Live Site · Main Repository · Flash Trade
Documentation site for Flash Terminal — a professional CLI trading terminal for the Flash Trade perpetuals protocol on Solana.
Built with VitePress, styled to match the Flash Trade ecosystem.
| Section | Description |
|---|---|
| Guide | Getting started, architecture, trading commands, risk preview, simulation, analytics, infrastructure, security |
| Reference | Complete command reference for trading, market data, portfolio, protocol inspector, wallet, and system |
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe site is deployed on Vercel. Every push to main triggers a new deployment.
Live: flash-terminal-docs.vercel.app
- VitePress — Static site generator
- Custom CSS — Dark terminal theme matching Flash Trade
- Vercel — Hosting and deployment
MIT — Part of the Flash Terminal project.