Installation
Requirements
| Requirement | Minimum | Check |
|---|---|---|
| Node.js | v20.0.0 | node --version |
| npm | Included with Node.js | npm --version |
Get Node.js from nodejs.org — choose the LTS version.
Install from npm
bash
npm install -g flash-terminalVerify:
bash
flash --versionInstall from Source
bash
git clone https://github.com/Abdr007/flash-terminal.git
cd flash-terminal
npm install
npm run build
npm linkDocker
bash
docker build -t flash-terminal .
docker run -it --env-file .env flash-terminalPersist data:
bash
docker run -it --env-file .env -v ~/.flash:/root/.flash flash-terminalUpdate
bash
npm update -g flash-terminalOr check from inside the terminal:
bash
flash > updateCommon Install Issues
"command not found: flash"
npm global bin isn't in your PATH.
bash
# Find your npm prefix
npm config get prefix
# Add to PATH (example for /usr/local)
export PATH="/usr/local/bin:$PATH"Add the export line to ~/.bashrc or ~/.zshrc to persist.
"permission denied"
bash
# Option 1: sudo
sudo npm install -g flash-terminal
# Option 2: fix npm prefix (better)
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATHNode.js too old
bash
node --version
# If below v20, download LTS from https://nodejs.org/Next Steps
- Quick Start — First trade in 2 minutes
- Wallet Setup — Connect a wallet for live trading