Blockchain Ecosystems
Display and manage blockchain networks and their associated cryptocurrencies. Help users explore coins by their underlying blockchain.
Overview
The Blockchain Ecosystems feature allows users to explore cryptocurrencies organized by their blockchain network. Users can browse coins on Ethereum, Solana, Binance Smart Chain, and other major blockchains.
Blockchains listing page on the frontend
Features
- Blockchain Directory - List of major blockchain networks with descriptions
- Ecosystem Coins - View all cryptocurrencies on a specific blockchain
- Chain Statistics - Display total coins, market cap, and volume per chain
- 7-Day Sparklines - Price charts for coins in each ecosystem
- Sorting & Filtering - Sort by market cap, price, volume, or 24h change
- Pagination - Handle large numbers of coins per blockchain
Frontend URLs
| Page | URL | Description |
|---|---|---|
| All Blockchains | /blockchains |
Lists all active blockchain networks |
| Blockchain Detail | /blockchains/{slug} |
Shows coins on a specific blockchain |
Examples:
/blockchains/ethereum- View all Ethereum ecosystem coins/blockchains/solana- View all Solana ecosystem coins/blockchains/binance-smart-chain- View BSC tokens
Managing Blockchains
Administrators can manage blockchain ecosystems from the admin panel. Navigate to Crypto Data > Blockchains in the admin sidebar.
Admin panel blockchain management
Adding a New Blockchain
- Navigate to Crypto Data > Blockchains in the admin panel
- Click the Create Blockchain button
- Fill in the required fields:
- Name - Full blockchain name (e.g., "Ethereum")
- Slug - URL-friendly identifier (auto-generated from name)
- Short Name - Abbreviated name (e.g., "ETH")
- Symbol - Native token symbol
- Optionally configure:
- Logo URL - Link to blockchain logo image
- Color - Brand color in hex format
- Explorer URL - Block explorer base URL
- Explorer Token Path - Path for token pages
- Description - Brief description of the blockchain
- Display Order - Controls sorting (lower numbers appear first)
- Toggle Active status to show/hide on the frontend
- Click Create to save
Editing a Blockchain
- Click the Edit button next to the blockchain you want to modify
- Update the fields as needed
- Click Save Changes to apply
Reordering Blockchains
You can reorder blockchains by dragging and dropping them in the admin list, or by changing the Display Order value. Blockchains with lower order numbers appear first on the frontend.
Deleting a Blockchain
Deleting a blockchain will remove it from the frontend. Coins associated with this blockchain will still exist but won't be categorized under this ecosystem.
Pre-configured Blockchains
CoinTrail comes with the following blockchains pre-configured:
| Blockchain | Symbol | Slug |
|---|---|---|
| Ethereum | ETH | ethereum |
| Binance Smart Chain | BNB | binance-smart-chain |
| Solana | SOL | solana |
| Polygon | MATIC | polygon |
| Avalanche | AVAX | avalanche |
| Arbitrum | ARB | arbitrum |
| Optimism | OP | optimism |
| Cardano | ADA | cardano |
| Tron | TRX | tron |
| Cosmos | ATOM | cosmos |
SEO & Meta Tags
Each blockchain page automatically generates SEO-friendly meta tags:
- Title: "{Blockchain Name} Coins & Tokens - {Symbol} Blockchain Cryptocurrencies"
- Description: Dynamic description including coin count and blockchain name
- Canonical URL: Proper canonical tags for pagination
Blockchain pages are automatically included in the sitemap when you run the sitemap generator.