Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.44 KB

File metadata and controls

60 lines (39 loc) · 1.44 KB

Blockchain Information Repository

This repository provides structured and normalized information about various blockchains. The data is aggregated from multiple sources, cleaned, and formatted for consistency. Icons are also standardized to ensure uniform representation.

Features

  • Comprehensive Data: Includes key details about different blockchains.
  • Normalized Format: Ensures consistency in structure and representation.
  • Standardized Icons: Unified visual representation across blockchains.

Data Sources

Usage

You can use this repository to:

  • Retrieve structured blockchain data.
  • Access standardized blockchain icons.
  • Integrate the data into your applications or research projects.

Chain List

  1. All well-known blockchains
`https://raw.githubusercontent.com/0xweb-org/chains/master/chainlist.json`
  1. ShortName to ChainID mapping
`https://raw.githubusercontent.com/0xweb-org/chains/master/chainids.json`
  1. Blockchain information by ChainID
`https://raw.githubusercontent.com/0xweb-org/chains/master/chain/${chainId}/chain.json`
  1. Blockchain Logo (PNG, 256x256) by ChainID
`https://raw.githubusercontent.com/0xweb-org/chains/master/chain/${chainId}/logo.png`

Rebuild from sources

npm i
npm run build

🏁 0xweb.org