Skip to content
Open
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
20 changes: 20 additions & 0 deletions developer/subquery/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SubQuery

## Intro

SubQuery is a leading blockchain data indexer that provides developers with fast, flexible, universal, open source and decentralised APIs for web3 projects. SubQuery SDK allows developers to get rich indexed data and build intuitive and immersive decentralised applications in a faster and more efficient way. SubQuery supports 100+ ecosystems including X1, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche.

Other advantages include superior performance with multiple RPC endpoint configurations, multi-chain support, aggregations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our [documentation](https://academy.subquery.network/).

**Useful resources**:
- SubQuery Docs: [SubQuery Academy (Documentation)](https://academy.subquery.network/)
- Intro Quick Start Guide: [1. Create a New Project](https://academy.subquery.network/quickstart/quickstart.html)
- [X1 Starter Project](https://github.com/subquery/ethereum-subql-starter/tree/main/X1/x1-testnet-starter)
- For technical questions and support reach out to us start@subquery.network

## Running and Hosting your X1 SubQuery APIs

SubQuery is open-source, meaning you have the freedom to run it in the following three ways:
- Locally on your own computer (or a cloud provider of your choosing), [view the instructions on how to run SubQuery Locally](https://academy.subquery.network/run_publish/run.html).
- You can publish it to SubQuery's enterprise-level [Managed Service](https://managedservice.subquery.network/), where we'll host your SubQuery project in production ready services for mission critical data with zero-downtime blue/green deployments. There even is a generous free tier. [Find out how](https://academy.subquery.network/run_publish/publish.html).
- You can publish it to the decentralised [SubQuery Network](https://subquery.network/network), the most open, performant, reliable, and scalable data service for dApp developers. The SubQuery Network indexes and services data to the global community in an incentivised and verifiable way and supports X1 from launch.
7 changes: 7 additions & 0 deletions x1-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ module.exports = [
'/developer/subgraph/deploying-subgraph'
],
},
{
title: 'SubQuery',
icon: 'okx-defi-x1-subgraph',
children: [
'/developer/subquery/quickstart',
],
},
{
title: 'Setup zkNode',
icon: 'okx-defi-okbc-resources',
Expand Down