FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Free Solana developer tools — token lookup, wallet checker, rug scanner (all browser-based)
How-ToWeb Development

Free Solana developer tools — token lookup, wallet checker, rug scanner (all browser-based)

via Dev.to WebdevTateLyman3w ago

I've been building free developer tools at DevTools.run and just shipped three Solana-specific tools that I think the crypto dev community will find useful. Solana Token Lookup devtools-site-delta.vercel.app/sol-token Paste any SPL token mint address and instantly see: Token name, symbol, and logo (from Jupiter API) Current price in USD Total supply and decimals Direct link to Solscan Includes quick-fill buttons for SOL, USDC, and BONK. Solana Wallet Checker devtools-site-delta.vercel.app/sol-wallet Enter any Solana wallet address to see: SOL balance with live USD value All SPL token holdings Last 10 transactions with status Links to Solscan for everything CLI Version: solcheck-cli If you prefer the terminal: npm install -g solcheck-cli # Check a wallet solcheck <wallet-address> # Look up a token solcheck token <mint-address> Zero dependencies, pure Node.js. Shows balance, tokens, transactions with colored output. npm: npmjs.com/package/solcheck-cli GitHub: github.com/TateLyman/solchec

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
28 views

Related Articles

I Installed This VS Code Extension… and My Code Got Instantly Better
How-To

I Installed This VS Code Extension… and My Code Got Instantly Better

Medium Programming • 1d ago

The Age of Personalized Software
How-To

The Age of Personalized Software

Medium Programming • 1d ago

Automating Checkout Add-On Recommendations in WordPress for WooCommerce
How-To

Automating Checkout Add-On Recommendations in WordPress for WooCommerce

Dev.to • 1d ago

How-To

Start Here: Learning to develop your own way with SCSIC

Medium Programming • 2d ago

Vibe Coding Isn’t for Everyone (And That’s the Point)
How-To

Vibe Coding Isn’t for Everyone (And That’s the Point)

Medium Programming • 2d ago

Discover More Articles