coingbit
v1.0.2
Published
Comprehensive cryptocurrency dashboard with real-time charts, live quotes, and MetaMask integration
Maintainers
Readme
CoinGBit 🚀
Professional cryptocurrency dashboard package with real-time charts, live quotes, and MetaMask integration.
Installation
npm install coingbitQuick Start
Create a new CoinGBit project:
npx coingbit my-crypto-dashboard
cd my-crypto-dashboard
npm install
npm startFeatures
- 📈 Real-time Charts - Interactive cryptocurrency price charts using Chart.js
- 💰 Live Quotes - Real-time price updates every 3 seconds
- 🦊 MetaMask Integration - Connect wallet by clicking the dog image
- 📱 Responsive Design - Works perfectly on all devices
- 🎨 Modern UI - Beautiful dark theme with cards and animations
- ⚡ Fast Setup - Ready to use in seconds
- 🔧 Zero Configuration - No build tools required
Project Structure
my-crypto-dashboard/
├── index.html # Main HTML file with all dependencies
├── app.js # Main React application logic
├── components/ # React components
│ ├── Header.js # Header with CoinGBit branding
│ ├── CryptoGrid.js # Grid of cryptocurrency cards
│ ├── ChartPanel.js # Main chart display panel
│ └── MetaMaskConnect.js # MetaMask wallet connection
├── services/ # Core services
│ ├── PriceService.js # Real-time price generation
│ └── MetaMaskService.js # MetaMask Web3 integration
├── package.json # Project dependencies
└── README.md # Project documentationUsage Examples
Basic Implementation
// The package creates a complete dashboard automatically
// Simply run: npx coingbit my-project-nameMetaMask Integration
// Users click the dog image to trigger MetaMask connection
// Automatic wallet detection and balance display
// Support for Ethereum mainnet and other networksReal-time Price Updates
// Cryptocurrency prices update every 3 seconds
// Simulated market data with realistic volatility
// No external API keys required for developmentSupported Cryptocurrencies
- Bitcoin (BTC) - $43,250
- Ethereum (ETH) - $2,650
- Binance Coin (BNB) - $315
- Cardano (ADA) - $0.48
- Solana (SOL) - $98
- Polkadot (DOT) - $6.25
- Chainlink (LINK) - $14.80
- Polygon (MATIC) - $0.85
- Avalanche (AVAX) - $36.50
- Uniswap (UNI) - $7.20
- Algorand (ALGO) - $0.18
- Ripple (XRP) - $0.62
Technology Stack
- Frontend: React 18 (CDN)
- Styling: TailwindCSS
- Charts: Chart.js 4.4.9
- Icons: Lucide Static
- Blockchain: Web3.js for MetaMask
- Build: No build process required
Browser Compatibility
- Chrome 90+
- Firefox 88+
- Safari 14+
- Edge 90+
- Mobile Safari (iOS 12+)
- Chrome Mobile (Android 8+)
Development
To contribute to CoinGBit:
- Clone the repository
- Install dependencies:
npm install - Make your changes
- Test with:
npm run dev - Build with:
npm run build
CLI Usage
# Create new project
npx coingbit my-dashboard
# Start development server
npm start
# Build for production (if needed)
npm run buildLicense
MIT © CoinGBit Team 2025
Made with ❤️ for the crypto community
