Purchase Now

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.

Screenshot: Blockchains listing page showing Ethereum, Solana, BSC, and other networks frontend/blockchains-page.png

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.

Screenshot: Admin panel blockchain management showing list of blockchains admin/blockchains-management.png

Admin panel blockchain management

Adding a New Blockchain

  1. Navigate to Crypto Data > Blockchains in the admin panel
  2. Click the Create Blockchain button
  3. 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
  4. 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)
  5. Toggle Active status to show/hide on the frontend
  6. Click Create to save

Editing a Blockchain

  1. Click the Edit button next to the blockchain you want to modify
  2. Update the fields as needed
  3. 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

Warning

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.