- π Multi-Chain Support - Cosmos SDK chains with IBC compatibility
- π Real-Time Tracking - Live blocks, transactions, validators monitoring
- πΌ Wallet Integration - Keplr, Leap, Cosmostation support
- π IBC Tracking - Cross-chain transfer monitoring
- π³οΈ Governance - View and vote on proposals
- π Validator Analytics - Uptime, commission, voting power tracking
- π Multi-Language - 7 languages support (EN, ID, JP, KR, CN, ES, RU)
- π¨ Modern UI - Dark theme, responsive design
- β‘ EVM Explorer - Native support for Cosmos chains with EVM sidechain
- π EVM Blocks - Real-time EVM block tracking
- πΈ EVM Transactions - Transaction details with gas info
- π EVM Addresses - Balance, transaction history
- π Dual Chain - Seamless navigation between Cosmos & EVM
- π CORS-Free - Server-side API with automatic fallback
- π€ Auto-Compound Bot - Automated staking rewards compounding
- π Token Analytics - Price tracking, supply metrics
- π° Asset Management - Multi-asset support, holder tracking
- π State Sync - Fast node synchronization endpoints
- π Performance - Optimized with caching and CDN
- π± PWA Ready - Progressive Web App capabilities
# Clone repository
git clone https://github.com/winsnip-official/winscan.git
cd winscan
# Install dependencies
npm install
# Run development server
npm run devVisit http://localhost:3000
- Auto-Compound Bot Guide - Setup validator auto-compound bot
- Chain Configuration Guide - Add your blockchain
- Contributing Guide - Contribution guidelines
- Security Policy - Report vulnerabilities
- License - Usage terms and restrictions
WinScan includes a standalone auto-compound bot for validators to provide staking rewards compounding service to their delegators.
Key Features:
- β Automated rewards compounding using Authz grants
- β Multi-chain support (Cosmos SDK & EVM-compatible)
- β Validator commission claiming
- β Governance auto-voting
- β Configurable frequency (hourly/daily/weekly/monthly)
Quick Setup:
cd autocompound-bot
npm install
cp .env.example .env
# Edit .env with your mnemonic
npm run build
npm startπ Full Documentation: autocompound-bot/README.md
- Create
yourchain-mainnet.jsoninChains/directory - Configure RPC, API endpoints, and token details
- See CHAIN-GUIDELINES.md for complete format
NEXT_PUBLIC_API_URL=https://ssl.winsnip.xyznpm run build
vercel --prodAdd environment variable in Vercel dashboard:
NEXT_PUBLIC_API_URL=https://ssl.winsnip.xyz
| Category | Technology |
|---|---|
| Framework | Next.js 14 (App Router) |
| Language | TypeScript |
| Styling | Tailwind CSS |
| Icons | Lucide React |
| Charts | Recharts |
| API | REST (WinSnip Public) |
| Wallet | Keplr / Leap / Cosmostation |
| EVM | ethers.js, JSON-RPC |
| Blockchain | CosmJS, Cosmos SDK |
Β© 2025 WinSnip Official. All Rights Reserved.
This project is licensed under MIT License with Additional Restrictions:
β ALLOWED:
- Use for personal, educational, or commercial purposes
- Fork and modify the code
- Distribute and sublicense
β PROHIBITED:
- Remove or alter WinSnip branding, logos, or attribution
- Claim this work as your own
- Misrepresent the origin of this software
- Maintain copyright notice and license in all copies
- Keep visible attribution to WinSnip in public deployments
- Include "Built on Trusted Infrastructure" or similar attribution
For full license terms, see LICENSE file.
Violation of these terms may result in legal action and license revocation.
We welcome contributions! Please read CONTRIBUTING.md first.
Quick steps:
- Fork this repository
- Create feature branch (
git checkout -b feature/amazing) - Commit changes (
git commit -m 'Add feature') - Push to branch (
git push origin feature/amazing) - Open Pull Request to
devbranch
- π Website: winsnip.xyz
- π¦ Twitter: @winsnip
- π¬ Telegram: t.me/winsnip
- π» GitHub: github.com/winsnip-official
| Chain | Logo | Network |
|---|---|---|
| AtomOne | Testnet | |
| CosmosHub | Testnet | |
| Empeiria | Testnet | |
| Kiichain | Testnet | |
| Lumera | Testnet | |
| Noble | Testnet | |
| Osmosis | Testnet | |
| Safrochain | Testnet | |
| Warden Barra | Testnet | |
| Zenrock | Testnet |
β‘ EVM Compatible Chains: Shido, Warden Protocol, XRPL EVM Sidechain support both Cosmos and EVM transactions with WebSocket
Want to add your chain? See CHAIN-GUIDELINES.md