Skip to content

appfi5/ckb-explorer-frontend-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

313 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKB Explorer

License

CKB Explorer is a blockchain explorer for Nervos CKB, built with modern web technologies. It consists of two parts:

Visit the live explorer at explorer.nervos.org.

Features

  • Blockchain Exploration

    • Browse blocks, transactions, addresses and lock hashes
    • Track transaction lifecycle and UTXO details
    • Advanced search functionality for various blockchain entities
    • Real-time updates and data synchronization
  • Bitcoin Interoperability

    • Support for Bitcoin addresses and corresponding RGB++ transactions
    • Cross-chain transaction tracking
    • BTC-CKB leap monitoring
  • Fiber Network Integration

    • Network statistics and metrics
    • Channel management and monitoring
    • Liquidity tracking and analysis
  • User Experience

    • Responsive design for all devices
    • Multi-language support (English, Chinese)
    • Distinct themes for Mainnet and Testnet
    • Intuitive navigation and data visualization

Getting Started

Prerequisites

  • Node.js v20.10.0 or later
  • Git

Installation

# Clone the repository
git clone https://github.com/appfi5/ckb-explorer-frontend-next.git

# Navigate to project directory
cd ckb-explorer-frontend

# Install dependencies
npm install

Configuration

Create or modify the environment files:

  • .env.development for development
# Required environment variables
NEXT_PUBLIC_API_URL='http://your-api-url'        # API endpoint
NEXT_PUBLIC_CHAIN_TYPE=testnet              # 'mainnet' or 'testnet'

Development

# Start development server
npm run dev

# Build for production
npm run build

Community

License

CKB Explorer Frontend is released under the MIT License. See COPYING for more information or see https://opensource.org/licenses/MIT.

Releases

No releases published

Packages

 
 
 

Contributors

Languages