Skip to content

Latest commit

 

History

History
 
 

subquery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Join our telegram Join our discord Visit our website

Deploy your VPS using our referral link to get 20€ bonus

Deploy your VPS using our referral link to get 100$ free bonus for 60 days

Deploy your VPS using our referral link to get 100$ free bonus

SubQuery node setup for Frontier Testnet

Official documentation:

Frontier tasks:

  • Instructions for the Frontier Testnet tasks can be found here

Project information

Description

The SubQuery project is a complete API for organizing and querying data from layer 1. Currently serving the Polkadot, Substrate, Avalanche, Terra, and Cosmos projects (starting with Juno), this data as a service allows developers to focus on their core use case and external interface, without wasting time creating your own data processing backend.

Phases

At this stage, everyone can participate in testnet. You will need to complete the tasks for which you will get points. All the tasks and scores can be found in the Dashboard

Rewards

According to the information provided by the team, rewards will be given to the participants with the most points::

  • Guaranteed allocation in the sale
  • Chance to get into genesis indexers (validators)

Hardware requirements

  • CPU: 4 CPU
  • Memory: 8 GB RAM
  • Disk: 160 GB SSD Storage (to start)

Node setup

Option 1 (automatic)

You can setup your subquery node in few minutes by using automated script below

wget -O subquery.sh https://raw.githubusercontent.com/kj89/testnet_manuals/main/subquery/subquery.sh && chmod +x subquery.sh && ./subquery.sh

Option 2 (manual)

You can follow manual guide if you better prefer setting up node manually

Set up your Metamask

  1. Add Acala network Metamask -> Settings -> Networks -> Add Network
  • Network Name: Acala
  • New RPC URL: https://tc7-eth.aca-dev.network
  • Chain ID: 595
  • Currency Symbol: ACA
  • Block Explorer URL: https://blockscout.mandala.acala.network/

2022-07-05_15h54_27

  1. Add new Metamask account for SubQuery Indexer

image

  1. Top up your wallet
  • Go to SubQuery Discord
  • Navigate to #faucet channel
  • Request tokens by using command:
!drip <your_wallet_address>

image

We strongly suggest you not to milk the faucet! Your points in the leaderboard will not increase based on the number of tokens. You will need a faucet 2-3 times for the entire testnet.

  1. Import $SQT token to your Metamask Assets:
  • Token contract: 0x6B3953381f777Fa7136f1EA263e37174440090D1

image image

Set up SubQuery Indexer

  1. To register Indexer you have to open SubQuery Dashboard. You can find a link using command:
echo "http://$(wget -qO- eth0.me):8000"
  1. Connect your Metamask to your DashBoard Connect with Metamask -> Get started -> Approve -> Register Indexer -> Sync
  • Indexer Name: Nickname of your Indexer that will be visible in a Dashboard
  • Proxy Endpoint: Should be http://<your_node_ip>
  • Stkaing: 1000 (its minimum stake to register Indexator)
  • Commission rate (%): 10

image

  1. Register Controller
  • Press Manage Controllers button
  • Create an Account
  • Top up your controller wallet using #faucet channel in SubQuery Discord
  • Press Active button Result should look like this:

image

Congratz! You have all set and ready to start doing SubQuery tasks.

BTW you already have finished two taks by completing steps above!

image

All tasks with points can be found here