- Setting VPS or you can use Codespaces from Github
- Install and Configure NodeJS, Docker, git
sudo apt-get update && sudo apt install git -y && sudo apt install apt-transport-https ca-certificates curl software-properties-common -y && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
source ~/.bashrc
nvm install 18
nvm use 18
- Install Subsquid CLI
npm install --global @subsquid/cli@latest
Create Folder and Initialize Configuration Project
mkdir proc
cd proc
sqd init single-proc -t https://github.com/subsquid-quests/single-chain-squid
cd single-proc
Download Key
- Navigate to https://app.subsquid.io/quests
- Download "single-proc squid" (check this picture)

- Move this key file to this folder
/proc/single-proc/query-gateway/keysStart Docker
docker compose up -d
Buid Docker
npm ci
sqd build
sqd migration:apply
Running Docker
sqd run .
Wait for several minutes, if from quest website showing claim or was 100%, you can stop process using CTRL+C then copy this command
docker compose down -v
Create Folder and Initialize Configuration Project
cd ~/proc
sqd init double-proc -t https://github.com/subsquid-quests/double-chain-squid
cd double-proc
Download Key
- Navigate to https://app.subsquid.io/quests
- Download "double-proc squid" (check this picture)

- Move this key file to this folder
/proc/double-proc/query-gateway/keysStart Docker
docker compose up -d
Buid Docker
npm ci
sqd build
sqd migration:apply
Running Docker
sqd run .
Wait for several minutes, if from quest website showing claim or was 100%, you can stop process using CTRL+C then copy this command
docker compose down -v
Create Folder and Initialize Configuration Project
cd ~/proc
sqd init triple-proc -t https://github.com/subsquid-quests/triple-chain-squid
cd triple-proc
Download Key
- Navigate to https://app.subsquid.io/quests
- Download "triple-proc squid" (check this picture)

- Move this key file to this folder
/proc/triple-proc/query-gateway/keysStart Docker
docker compose up -d
Buid Docker
npm ci
sqd build
sqd migration:apply
Running Docker
sqd run .
Wait for several minutes, if from quest website showing claim or was 100%, you can stop process using CTRL+C then copy this command
docker compose down -v
Create Folder and Initialize Configuration Project
cd ~/proc
sqd init quad-proc -t https://github.com/subsquid-quests/quad-chain-squid
cd quad-proc
Download Key
- Navigate to https://app.subsquid.io/quests
- Download "quad-proc squid" (check this picture)

- Move this key file to this folder
/proc/quad-proc/query-gateway/keysStart Docker
docker compose up -d
Buid Docker
npm ci
sqd build
sqd migration:apply
Running Docker
sqd run .
Wait for several minutes, if from quest website showing claim or was 100%, you can stop process using CTRL+C then copy this command
docker compose down -v
Create Folder and Initialize Configuration Project
cd ~/proc
sqd init snapshot-squid -t https://github.com/subsquid-quests/snapshot-squid
cd snapshot-squid
Download Key
- Navigate to https://app.subsquid.io/quests
- Download "snapshot squid" (check this picture)

- Move this key file to this folder
/proc/snapshot-squid/query-gateway/keysStart Docker
docker compose up -d
Buid Docker
npm ci
sqd build
sqd migration:apply
Running Docker
sqd run .
Wait for several minutes, if from quest website showing claim or was 100%, you can stop process using CTRL+C then copy this command
docker compose down -v