DEV Community

neuralmint
neuralmint

Posted on

Solana Token Check CLI - Zero-Dependency Risk Analyzer

Just built solanacheck - a CLI that pulls DexScreener data and scores Solana tokens on risk.

Zero dependencies, one-liner install:

Check a token:

It checks liquidity, pool age, 24h volume, and volatility then gives a green/yellow/orange/red risk score. Pure Python 3 stdlib, no deps.

GitHub: https://github.com/neuralmint/solana-token-check

Top comments (0)