Log in
Enquire now
SubQuery

SubQuery

SubQuery is an open-source project that allows developers to index, transform, and query Substrate chain data to power their applications.

OverviewStructured DataIssuesContributors

All edits by  Ihor Kiyanitsa 

Edits on 9 Mar, 2022
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Infobox (+7 properties)
Categories (+3 topics)
Related Topics (+3 topics)
Infobox
Medium URL
https://medium.com/@subquery
Blog
https://medium.com/@subquery
CEO
Sam Zou
Sam Zou
Email address
hello@subquery.network
Founder
Sam Zou
Sam Zou
Maximum supply
10,000,000,000
Total supply
10,000,000,000
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Infobox (+17 properties)
Infobox
YouTube channel
https://www.youtube.com/channel/UCi1a6NUUjegcLHDFLr7CqLw
CoinMarketCap
https://coinmarketcap.com/currencies/subquery-network/
Company status
Active
Cryptocurrency symbol
SQT
Discord
https://discord.com/invite/78zg8aBSMG
GitHub
https://github.com/subquery/subql
Industry
Cryptocurrency
Cryptocurrency
Blockchain
Blockchain
Financial technology
Financial technology
Decentralized Finance
Decentralized Finance
LinkedIn
https://www.linkedin.com/company/subquery
Location
Auckland
Auckland
Reddit
https://www.reddit.com/r/SubQuery/
Stock symbol
SQT
Telegram
https://t.me/subquerynetwork
Ticker symbol
SQT
Whitepaper
https://static.subquery.network/whitepaper.pdf
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Infobox (+1 properties)
Infobox
Is a
Cryptocurrency
Cryptocurrency
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Timeline (+13 events) (+1367 characters)
Table (+4 rows) (+8 cells) (+68 characters)
Table (+5 rows) (+25 cells) (+865 characters)
Table (+5 rows) (+17 cells) (+384 characters)
Table

Name
Role
Social link

Ian He

CTO

James Bayly

Partnerships

James Xu

Solution Architect

Sam Zou

CEO

Table

Title
Author
Link
Type
Date

December 2021 Recap - SubQuery Network - Medium

SubQuery Network

https://subquery.medium.com/december-2021-recap-2de45bb8fd0b

Web

January 10, 2022

Inside The Polkadot Crowdloans (Part 1) - SubQuery Network - Medium

SubQuery Network

https://subquery.medium.com/inside-the-polkadot-crowdloans-986025f6b93a

Web

November 24, 2021

Inside The Polkadot Crowdloans (Part 2) - SubQuery Network - Medium

SubQuery Network

https://subquery.medium.com/inside-the-polkadot-crowdloans-b71d45f9d659

Web

December 8, 2021

Introducing SubQuery Network -- The Next Big Step Towards our Decentralised Future

SubQuery Network

https://subquery.medium.com/introducing-subquery-network-the-next-big-step-towards-our-decentralised-future-f1e5838e2799

Web

June 14, 2021

November 2021 Recap - SubQuery Network - Medium

SubQuery Network

https://subquery.medium.com/november-2021-recap-c5eda389a69f

Web

December 8, 2021

Table

Title
Date
Link

Introducing SubQuery Network

June 13, 2021

https://www.youtube.com/watch?v=Ec8_OnyFICk

SubQuery Blog Posts

https://doc.subquery.network/

SubQuery Investor Series - FMFW.io (Danish Chaudhry)

February 10, 2022

https://www.youtube.com/watch?v=ntd0LzPXMeQ

SubQuery Network

https://www.youtube.com/channel/UCi1a6NUUjegcLHDFLr7CqLw

SubQuery Network - Medium

https://subquery.medium.com/

Timeline

February 16, 2022

SubQuery release the new version of whitepaper

February 9, 2022

Nitro Network price today, NCASH to USD live, marketcap and chart | CoinMarketCap

February 3, 2022

What we are looking for is new ideas for a product or tool to be built on the blockchain ecosystem. We're looking to sponsor the best ideas so others in the community might want to build them. The person that submits the idea does not need to build it (but you might find others wanting to join your team to do so!)

January 27, 2022

SubQuery Partners With Leading Polkadot Teams On Technical Bounties via the SubQuery Grants Programme

January 25, 2022

SubQuery partners with Darwinia Network to build SubQuery's CLI Tool

December 22, 2021

SubQuery Launches $500,000 Grants Program to Promote Polkadot Ecosystem Growth

December 20, 2021

SubQuery Releases Tokenomics - SubQuery Network - Medium

December 9, 2021

SubQuery Partners with OneBlock+ To Educate Blockchain Developers in China

December 2, 2021

SubQuery Extends Invitation To Indexing Community - SubQuery Network - Medium

November 25, 2021

The SubQuery Network to Launch on Acala, Decentralising Polkadot's Leading Data Indexing Service

October 28, 2021

SubQuery Adds Ethereum Virtual Machine (EVM) Functionality in Integration with Moonbeam and Moonriver

September 8, 2021

SubQuery raises a $9,000,000 series A round from Arrington XRP Capital, Digital Currency Group, Gumi Cryptos Capital, Hypersphere Ventures, NGC Ventures, Skynet Trading, Stratos Technologies and Wintermute Trading.

August 25, 2021

SORA Integrates SubQuery to Provide Data to the SORA network
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Article (+986 characters)
Article
What are extrinsics?

If you are already familiar with blockchain concepts, you can think of extrinsics as comparable to transactions. More formally though, an extrinsic is a piece of information that comes from outside the chain and is included in a block. There are three categories of extrinsics. They are inherents, signed transactions, and unsigned transactions.

Inherent extrinsics are pieces of information that are not signed and only inserted into a block by the block author.

Signed transaction extrinsics are transactions that contain a signature of the account that issued the transaction. They stands to pay a fee to have the transaction included on chain.

Unsigned transactions extrinsics are transactions that do not contain a signature of the account that issued the transaction. Unsigned transactions extrinsics should be used with care because there is nobody paying a fee, becaused it is signed. Because of this, the transaction queue lacks economic logic to prevent spam.

Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Article (+474 characters)
Article

The main benefit of using a staging slot is that it allows you to prepare a new release of your SubQuery project without exposing it publicly. You can wait for the staging slot to reindex all data without affecting your production applications.

...

The staging slot is not shown to the public in the Explorer (opens new window)and has a unique URL that is visible only to you. And of course, the separate environment allows you to test your new code without affecting production.

Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Article (+732 characters)
Article
What are deployment slots?

Deployment slots are a feature in SubQuery Projects (opens new window)that is the equivalent of a development environment. For example, in any software organisation there is normally a development environment and a production environment as a minimum (ignoring localhost that is). Typically additional environments such as staging and pre-prod or even QA are included depending on the needs of the organisation and their development set up.

SubQuery currently has two slots available. A staging slot and a production slot. This allows developers to deploy their SubQuery to the staging environment and all going well, "promote to production" at the click of a button.

What is the advantage of a staging slot?
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Article (+664 characters)
Article
How can I contribute or give feedback to SubQuery?

We love contributions and feedback from the community. To contribute code, fork the repository of interest and make your changes. Then submit a PR or Pull Request. Oh, don't forget to test as well! Also check out our contributions guide lines (TBA).

To give feedback, contact us at hello@subquery.network or jump onto our discord channel.

How much does it cost to host my project in SubQuery Projects?

Hosting your project in SubQuery Projects is absolutely free - it's is our way of giving back to the community. To learn how to host your project with us, please check out the Hello World (SubQuery hosted) tutorial.

Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
edited on 9 Mar, 2022
Edits made to:
Infobox (+1 properties)
Description (+53 characters)
Article (+650 characters)
Topic thumbnail

SubQuery

Making the world's decentralised data more accessible

Article
What is SubQuery?

SubQuery is an open source project that allows developers to index, transform, and query Substrate chain data to power their applications.

SubQuery also provides free, production grade hosting of projects for developers removing the responsiblity of manging infrastructure, and letting developers do what they do best - build.

What is the best way to get started with SubQuery?

The best way to get started with SubQuery is to try out our Hello World tutorial. This is a simple 5 min walk through of downloading the starter template, building the project, and then using Docker to run a node on your localhost and running a simple query.

Infobox
Twitter
https://twitter.com/subquerynetwork
Edits on 9 Mar, 2022
"Created via: Web app"
Ihor Kiyanitsa profile picture
Ihor Kiyanitsa
created this topic on 9 Mar, 2022
Edits made to:
Infobox (+2 properties)
Topic thumbnail

 SubQuery

SubQuery is an open-source project that allows developers to index, transform, and query Substrate chain data to power their applications.

Infobox
Is a
Company
Company
Website
https://subquery.network/

Find more companies like SubQuery

Use the Golden Query Tool to find similar companies in the same industry, location, or by any other field in the Knowledge Graph.
Open Query Tool
Access by API
Golden Query Tool
Golden logo

Company

  • Home
  • Press & Media
  • Blog
  • Careers
  • WE'RE HIRING

Products

  • Knowledge Graph
  • Query Tool
  • Data Requests
  • Knowledge Storage
  • API
  • Pricing
  • Enterprise
  • ChatGPT Plugin

Legal

  • Terms of Service
  • Enterprise Terms of Service
  • Privacy Policy

Help

  • Help center
  • API Documentation
  • Contact Us
By using this site, you agree to our Terms of Service.