Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions public/content/developers/docs/apis/backend/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,14 @@ These libraries abstract away much of the complexity of interacting directly wit
- [Documentation](https://docs.watchdata.io/)
- [Discord](https://discord.com/invite/TZRJbZ6bdn)

**Codex -** **_Real-time, enriched blockchain data API across dozens of chains._**

- [codex.io](https://www.codex.io/)
- [Documentation](https://docs.codex.io)
- [Explorer](https://docs.codex.io/explore)
- [GitHub](https://github.com/Codex-Data)
- [Discord](https://discord.com/invite/mFpUhT3vAq)

**Covalent -** **_Enriched blockchain APIs for 200+ Chains._**

- [covalenthq.com](https://www.covalenthq.com/)
Expand Down
7 changes: 7 additions & 0 deletions public/content/developers/docs/apis/javascript/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,13 @@ ethers.utils.formatEther(balance)
- [Documentation](https://viem.sh)
- [GitHub](https://github.com/wagmi-dev/viem)

**Codex -** **_Real-time, enriched blockchain data API across dozens of chains._**

- [Documentation](https://docs.codex.io)
- [Explorer](https://docs.codex.io/explore)
- [GitHub](https://github.com/Codex-Data)
- [Discord](https://discord.com/invite/mFpUhT3vAq)

**Drift -** **_TypeScript meta-library with built-in caching, hooks, and test mocks._**

- [Documentation](https://ryangoree.github.io/drift/)
Expand Down
6 changes: 6 additions & 0 deletions public/content/developers/docs/data-and-analytics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ To get started, visit the [documentation](https://docs.sqd.dev/) or see [EVM exa

To start, visit the [Ethereum quick start guide](https://academy.subquery.network/quickstart/quickstart_chains/ethereum-gravatar.html) to start indexing Ethereum blockchain data in minutes in a local Docker environment for testing before going live on a [SubQuery's managed service](https://managedservice.subquery.network/) or on [SubQuery's decentralised network](https://app.subquery.network/dashboard).

## Codex {#codex}

[Codex](https://www.codex.io/) is a real-time blockchain data API providing enriched data for 70 million+ tokens across 80+ networks. Developers can access structured token pricing, wallet balances, transaction history, and aggregated analytics (volume, liquidity, unique wallets) without maintaining custom indexing infrastructure. Codex supports sub-second data delivery via WebSocket and webhook integrations.

To get started, visit the [documentation](https://docs.codex.io), try the [Explorer](https://docs.codex.io/explore), or sign up at the [dashboard](https://dashboard.codex.io/signup).

## EVM Query Language {#evm-query-language}

EVM Query Language (EQL) is an SQL-like language designed to query EVM (Ethereum Virtual Machine) chains. EQL's ultimate goal is to support complex relational queries on EVM chain first-class citizens (blocks, accounts, and transactions) while providing developers and researchers with an ergonomic syntax for everyday use. With EQL, developers can fetch blockchain data using familiar SQL-like syntax and eliminate the need for complex boilerplate code. EQL supports standard blockchain data requests (e.g., retrieving an account's nonce and balance on Ethereum or fetching the current block size and timestamp) and is continually adding support for more complex requests and featuresets.
Expand Down