This repository provides static data and assets related to Qubic blockchain. It serves as a single, reliable source of structured data for developers, explorers, wallets, dashboards, and analysis tools.
Shared data resources available for all applications including smart contracts, exchanges, tokens, and address labels. Each file is available in two formats: .json (pretty-printed, human-readable) and .min.json (minified, optimized for bandwidth).
Comprehensive list of Qubic smart contracts including names, indexes, procedures, GitHub source links, and addresses. This data is automatically updated weekly from the qubic-core repository.
Known trading platforms and their associated Qubic addresses for exchange identification.
Additional metadata and information about tokens in the Qubic ecosystem. Note: This is not intended to be a complete list of all tokens. For the full list of token issuances, use https://rpc.qubic.org/v1/assets/issuances.
Human-readable labels for known and important Qubic addresses.
All general data files merged into a single file. Use this when you need all data in one request instead of fetching each file individually.
Product-specific data for the Qubic wallet application.
The wallet-app data is NOT intended for public consumption or third-party use. This data is maintained exclusively for the official Qubic Wallet application.
If you need this data: Fork the repository and maintain your own copy. You assume all risks.
Product-specific data for the Qubic Explorer application.
The explorer data is NOT intended for public consumption or third-party use. This data is maintained exclusively for the official Qubic Explorer application.
If you need this data: Fork the repository and maintain your own copy. You assume all risks.
Configuration for categorizing tokens using regex rules. Each category can define
nameRegex and/or issuerRegex patterns. By default, if both are specified,
both must match (AND logic). Add matchAll: false if either pattern matching is
sufficient (OR logic).