LogoLogo
English
English
  • ⚡Introduction
    • What is Tokamak Network?
    • Vision
    • Whitepaper
  • ⚙️Service Guide
    • Tokamak L2
      • Thanos Stack
        • Introduction
        • Differences Between Ethereum and Thanos Stack
        • Transaction Fee
        • L2 Native Token Bridge
          • Overview
          • Contracts Modifications
          • Deposit & Withdraw Flow
          • Security Considerations
        • Testnet Information
    • Staking & DAO
      • Simple staking
        • Stake
        • Withdraw
        • Staking reward
        • Contract addresses
        • Contract addresses (testnet)
      • Tokamak Network DAO
        • DAO candidates
          • DAO candidate registration
        • Propose
        • Agenda
        • Contract addresses
        • Contract addresses (testnet)
    • Rollup Hub
      • Rollup Hub SDKv1
        • Introduction
        • Getting Started
        • Rollup Stack
          • Thanos Stack
            • Thanos Stack Overview
            • Deployment Guide
              • Devnet
              • Testnet
              • Mainnet
            • Operation Guide
              • Devnet
              • Testnet
            • Integrations
              • Block Explorer
              • Bridge
                • How to use the Bridge?
            • Troubleshooting
      • Rollup Hub (Deprecated)
        • Devnet
          • Parameter Definitions
          • Creating your own rollup Devnet
        • Mainnet Beta
          • Deployment Configuration Parameters
          • Deploy with AWS
            • Introduction
            • Prerequisites
            • Deploy contracts
            • Building AWS infra with terraform
            • Deploy Thanos chain
          • Operation Guide
            • Chain Operators
              • Architecture
              • Node Operations
              • Chain Configurations
            • Developer Tools
              • SDK
                • Bridge ERC-20 tokens with the Thanos SDK
                • Bridge the Native Token with the Thanos SDK
                • Bridge ETH with the Thanos SDK
              • Contracts
              • About USDCBridge
          • Additional Features
            • Mini Bridge
              • Deployment Guide
              • How to use the Mini Bridge?
            • Seigniorage Rewards (Coming Soon)
        • Troubleshooting
    • Faucet (testnet)
  • 📖Information
    • Get TON
    • TON ↔ WTON
    • Glossary
    • Link
  • 😀Get Involved
    • Global Telegram
    • Community Discord
Powered by GitBook
On this page
  1. Service Guide
  2. Rollup Hub
  3. Rollup Hub SDKv1
  4. Rollup Stack
  5. Thanos Stack
  6. Integrations

Block Explorer

How to integrate Block Explorer to the deployed chain?

PreviousIntegrationsNextBridge

Last updated 4 days ago

Available via SDK on Testnet/Mainnet only.

The current SDK version supports Block Explorer installation and uninstallation for the deployed network.

Before integrating the Block Explorer, ensure you meet the following prerequisites.

Prerequisite

  • CoinMarketCap API key: You can get the free one .

  • Wallet Connect Id: Read more .

  1. Once the prerequisites are fulfilled, execute the following command in the project root directory to install explorer.

trh-sdk install block-explorer
  1. The SDK will then prompt you with the following questions via the CLI.

Please input your database username: // This is one part of the db credential which will be used for storing chain data. e.g. victor_thanos_db
Please input your database password: // This is the password of the db connection. e.g. 12345678
Please input your CoinMarketCap key(read more): // Prerequisite e.g. c291ce7b-60f0-4e63-8908-e07b04e900b4
Please input your wallet connect id(read more): // Prerequisite e.g. 881053b0dbae8bdf9ba4b67cf6ef9e70
  1. You can check success prompt here.

✅ Block Explorer frontend component installed successfully. Accessible at: <http://k8s-blockscout-b36b1c9bc4-196703783.ap-northeast-2.elb.amazonaws.com>

ℹ️ Note: After you install the explorer, you should wait for a couple of minutes due to network ingress propagation. It is same for the bridge operation.

  1. To uninstall the explorer, you may execute the following command in the project root directory:

trh-sdk uninstall block-explorer
  1. You can check success prompt here.

2025-05-06T06:40:19.835Z	Destroy complete! Resources: 4 destroyed.
2025-05-06T06:40:19.845Z	
⚙️
here
here