2024-04-15 18:30:53 +00:00
< h1 > Subsquid < / h1 >
< h2 > Table of Contents < / h2 >
- [Introduction ](#introduction )
- [Prerequisites ](#prerequisites )
- [Deployment ](#deployment )
***
## Introduction
2024-05-23 08:09:37 +00:00
[Subsquid ](https://www.subsquid.io/ ) indexer is a piece of software that reads all the slice from a Substrate based blockchain, decodes and stores them for processing in a later stage.
2024-04-15 18:30:53 +00:00
## Prerequisites
2024-05-13 23:28:23 +00:00
- Make sure you have a [wallet ](wallet_connector.md )
2024-04-15 18:30:53 +00:00
- From the sidebar click on **Applications**
- Click on **Subsquid**
## Deployment
![ ](./img/solutions_subsquid.png )
- Enter an instance name.
- Enter an endpoint for a supported substrate chain. You can find the list of endpoints of supported cahins [here ](https://github.com/polkadot-js/apps/blob/master/packages/apps-config/src/endpoints/production.ts ).
- Select a capacity package:
- **Small**: {cpu: 1, memory: 2 , diskSize: 50 }
- **Medium**: {cpu: 2, memory: 4, diskSize: 100 }
- **Large**: {cpu: 4, memory: 16, diskSize: 250 }
- Or choose a **Custom** plan
2024-08-29 23:22:26 +00:00
- Choose the network
- `Mycelium` flag gives the virtual machine a Mycelium address
- `Dedicated` flag to retrieve only dedicated nodes
2024-04-15 18:30:53 +00:00
- `Certified` flag to retrieve only certified nodes
- Choose the location of the node
- `Region`
- `Country`
- `Farm Name`
- Choose the node to deploy on
> Or you can select a specific node with manual selection.
- `Custom Domain` flag lets the user to use a custom domain
- Choose a gateway node to deploy your Subsquid instance on.
After that is done you can see a list of all of your deployed instances
![ ](./img/subsquid_list.png )
Click on ** *Visit*** to go to the homepage of your Subsquid indexer instance!
![ ](./img/subsquid_graphql.png )