cosmic-cinder 0.1.13

Rust terminal UI for Phoenix perpetuals on Solana
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Required: Solana JSON-RPC HTTP endpoint.
RPC_URL=https://api.mainnet-beta.solana.com

# Optional: WebSocket endpoint. If unset, Cinder derives it from RPC_URL.
# RPC_WS_URL=wss://api.mainnet-beta.solana.com

# Optional: wallet keypair path for live trading.
# PHX_WALLET_PATH=/home/user/.config/solana/id.json

# Optional: tracing filter. Logs are normally kept out of the TUI.
RUST_LOG=info

# Optional: transaction error log directory.
# Defaults to ~/.config/phoenix-cinder/logs/cinder-error.log.
# CINDER_LOG_DIR=/home/user/.config/phoenix-cinder/logs