Triple Proc
Create Folder & init
- VPS
- CodeSpace
cd ~/proc
sqd init triple-proc -t https://github.com/subsquid-quests/triple-chain-squid
cd triple-proc
cd ..
sqd init triple-proc -t https://github.com/subsquid-quests/triple-chain-squid
cd triple-proc
Download key
- https://app.subsquid.io/quests
- Move it to VPS, into this folder
/proc/triple-proc/query-gateway/keys
Start Docker
docker compose up -d
build
npm ci
sqd build
sqd migration:apply
Run
sqd run .
Wait after 100%
After done
Stop proc use CTRL+C
Stop Docker
docker compose down -v