Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/smartcontract/data-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,28 @@ The XDC Network’s data and analytics tools are critical for understanding the

------------

# Envio
## Overview:
Envio is the data layer for blockchain apps. It gives XDC developers the fastest, most flexible way to get real-time and historical onchain data, from a single GraphQL API to raw high-speed access, with managed hosting on Envio Cloud.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Use the standard “on-chain” spelling.

Change onchain to on-chain on Lines 24 and 29 to satisfy the documentation spelling check and maintain consistent technical writing.

Also applies to: 29-29

🧰 Tools
🪛 LanguageTool

[grammar] ~24-~24: Ensure spelling is correct
Context: ...ble way to get real-time and historical onchain data, from a single GraphQL API to raw ...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/smartcontract/data-analytics.md` at line 24, Update the documentation
text in the Envio description to replace every occurrence of “onchain” with the
standard “on-chain” spelling, including both referenced locations, without
changing the surrounding wording.

Source: Linters/SAST tools


## Key Features:

- **Any EVM Chain Support:** Envio's HyperIndex natively supports indexing any EVM chain out of the box, including XDC, using your own RPC as the data source.
- **Flexible Data Access:** From a single GraphQL API to raw high-speed access to onchain data.
- **Managed Hosting:** Deploy and run indexers with managed hosting on Envio Cloud.

## Use Cases:

- **Application Backends:** Power dashboards, wallets, and dApps with real-time and historical XDC data.
- **Onchain Analytics:** Query transactions, logs, and events to understand network and contract activity.

**Envio links:**

- [Envio](https://envio.dev/?utm_source=xdc&utm_medium=partner-docs) - the data layer for blockchain apps
- [Envio Docs](https://docs.envio.dev/) - HyperIndex documentation

------------

# XDCScan - Mainnet
## Overview:
[XDCScan](https://xdcscan.io/) is the official block explorer for the XDC Network, providing a user-friendly interface to explore and interact with the blockchain. It allows users to search for transactions, view block details, and explore smart contracts deployed on the network. XDCScan is a vital tool for anyone interacting with the XDC Network, from developers to casual users.
Expand Down
Loading