-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added SubQuery #208
Open
bgodlin
wants to merge
5
commits into
skalenetwork:master
Choose a base branch
from
bgodlin:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Added SubQuery #208
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,9 @@ xref:graph[Learn how run The Graph for a SKALE Chain] | |
Subsquid is a highly configurable hosted indexing solution that allows developers to create customizable squids that can be deployed on their Aquarium service. Subsquid currently supports both SKALE Calypso and SKALE Nebula Mainnet and Testnet chains. | ||
|
||
xref:subsquid[Grab a Subsquid endpoint and head to their docs to deploy a squid] | ||
|
||
=== SubQuery | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please add SubQuery above SubSquid |
||
|
||
link:https://subquery.network[SubQuery] is the universal, scalable and decentralised data indexing toolkit facilitating the construction of Web3 applications of the future. A SubQuery project is a complete API to organise and query data. SubQuery presently offers support for all Skale production and testnet chains. | ||
|
||
link:https://subquery.network[Create and launch a Skale indexer using SubQuery] |
27 changes: 27 additions & 0 deletions
27
components/tools/modules/ROOT/pages/indexers/subquery.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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 Skale, Ethereum, Polygon, Polkadot, Algorand, NEAR, and Avalanche. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please either remove the last sentence of this paragraph or remove the other chains? |
||
|
||
Another one of SubQuery's competitive advantages is the ability to aggregate data not only within a chain but across multiple blockchains all within a single project. This allows the creation of feature-rich dashboard analytics and multi-chain block scanners. | ||
|
||
Other advantages include superior performance with multiple RPC endpoint configurations, multi-worker capabilities and a configurable caching architecture. To find out more, visit our link:https://academy.subquery/[documentation]. | ||
|
||
.**Useful resources**: | ||
|
||
* link:https://academy.subquery.network/[SubQuery Academy (Documentation)] | ||
* link:https://academy.subquery.network/quickstart/quickstart.html[Intro Quick Start Guide] | ||
* link:https://academy.subquery.network/quickstart/quickstart_chains/skale.html[Skale Quick Start Guide] | ||
* For technical questions and support reach out to us [email protected] | ||
|
||
# Getting Started | ||
|
||
Take a look at this SubQuery Starter Project that introduces SubQuery's Skale support by indexing link:https://github.com/subquery/ethereum-subql-starter/tree/main/Skale/skale-starter[Skale]. | ||
|
||
You can also follow along this link:https://academy.subquery.network/quickstart/quickstart.html[step by step guide] to get familiar with SubQuery. | ||
|
||
# Running and Hosting your Skale 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), link:https://academy.subquery.network/run_publish/run.html[view the instructions on how to run SubQuery Locally]. | ||
* You can publish it to SubQuery's enterprise-level link:https://managedservice.subquery.network/[Managed Service], 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. link:https://academy.subquery.network/run_publish/publish.html[Find out how]. | ||
* You can publish it to the decentralised link:https://subquery.network/network[SubQuery 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 Skale from launch. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change all instances of Skale -> SKALE