A real-time Shiba Inu (SHIB) burn tracker and analytics platform, inspired by LuncMetrics but focused on the SHIB ecosystem.
- 🔥 Live Burn Tracking: Real-time monitoring of SHIB token burns across all burn addresses
- 📊 Comprehensive Analytics: SHIB price, market cap, supply metrics, and burn statistics
- 📱 Responsive Design: Modern dark theme optimized for desktop and mobile
- 🔗 Exchange Referrals: Curated referral codes for top cryptocurrency exchanges
- 📈 Historical Data: Track burn trends over time with detailed transaction history
- 🖥️ API Monitoring: Real-time status monitoring of data provider APIs
- ⚡ Auto-Refresh: Live data updates every 30 seconds
Visit SHIBMETRICS.com to see the platform in action.
- Frontend: Next.js 15 with TypeScript
- Styling: Tailwind CSS
- Charts: Recharts
- Icons: Lucide React
- Data Sources: Etherscan API, CoinGecko API
- Deployment: Vercel
- Node.js 18+ and npm
- Etherscan API key (free at etherscan.io)
- CoinGecko API key (optional, has free tier)
-
Clone the repository
git clone https://github.com/yourusername/shibmetrics.git cd shibmetrics -
Install dependencies
npm install
-
Set up environment variables
Create a
.env.localfile in the root directory:NEXT_PUBLIC_ETHERSCAN_API_KEY=your_etherscan_api_key_here NEXT_PUBLIC_COINGECKO_API_KEY=your_coingecko_api_key_here
-
Run the development server
npm run dev
-
Open your browser
Navigate to http://localhost:3000
- Etherscan API: SHIB burn transaction data and token balances
- CoinGecko API: SHIB price, market cap, and volume data
- BA-1:
0xdead000000000000000042069420694206942069(Vitalik's burn address) - BA-2:
0x000000000000000000000000000000000000dead(ShibaSwap address) - BA-3:
0x0000000000000000000000000000000000000000(Black Hole address)
shibmetrics/
├── app/ # Next.js app directory
│ ├── page.tsx # Homepage
│ ├── burn-tracker/ # Live burn tracker
│ ├── referrals/ # Exchange referral codes
│ ├── api-status/ # API monitoring
│ └── layout.tsx # Root layout
├── components/ # Reusable components
│ ├── Header.tsx # Navigation header
│ ├── Footer.tsx # Site footer
│ ├── StatCard.tsx # Metric display cards
│ └── BurnTransactionTable.tsx
├── lib/ # Utilities and API functions
│ └── api.ts # Data fetching functions
└── public/ # Static assets
- Real-time SHIB burn statistics
- Price and market data
- Supply overview with burn progress
- Latest burn transactions
- Detailed burn transaction history
- Filtering by burn address
- Sorting by time or amount
- Pagination and export functionality
- SEO-optimized exchange pages
- Exclusive bonus offers
- Detailed exchange comparisons
- Trading disclaimers
- Real-time API health monitoring
- Response time tracking
- Uptime statistics
- Status history
- Connect your repository to Vercel
- Set environment variables in Vercel dashboard
- Deploy with automatic CI/CD
npm run build
npm start| Variable | Description | Required |
|---|---|---|
NEXT_PUBLIC_ETHERSCAN_API_KEY |
Etherscan API key for burn data | Yes |
NEXT_PUBLIC_COINGECKO_API_KEY |
CoinGecko API key for price data | Optional |
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
- Multi-language support (20+ languages)
- Advanced historical charts
- Exchange volume tracking
- Mobile app
- Real-time notifications
- Custom alerts
This project is licensed under the MIT License - see the LICENSE file for details.
This platform is for informational purposes only. Cryptocurrency trading involves substantial risk and may not be suitable for all investors. Please conduct your own research and consider seeking independent financial advice.
- Website: shibmetrics.com
- Email: support@shibmetrics.com
- Twitter: @shibmetrics
Built with ❤️ for the SHIB community