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
Official documentation:
- frontier dashboard: https://frontier.subquery.network
- Github: https://github.com/subquery/subql
- Discord: https://discord.gg/KefTcqQq
- Frontier Testnet Mission list: https://frontier.subquery.network/missions/my-missions
Frontier tasks:
- Instructions for the Frontier Testnet tasks can be found here
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.
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
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)
- CPU: 4 CPU
- Memory: 8 GB RAM
- Disk: 160 GB SSD Storage (to start)
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
You can follow manual guide if you better prefer setting up node manually
- 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/
- Add new Metamask account for
SubQuery Indexer
- Top up your wallet
- Go to SubQuery Discord
- Navigate to
#faucet
channel - Request tokens by using command:
!drip <your_wallet_address>
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.
- Import $SQT token to your Metamask Assets:
- Token contract:
0x6B3953381f777Fa7136f1EA263e37174440090D1
- To register Indexer you have to open SubQuery Dashboard. You can find a link using command:
echo "http://$(wget -qO- eth0.me):8000"
- 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
- 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:
BTW you already have finished two taks by completing steps above!
All tasks with points can be found here