stwiname / sq_terra_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SubQuery Starter Package for Indexing Terra

This is a starter project for Indexing Terra using this[https://github.com/DeveloperInProgress/subql] terra subql/node module.

Setup

  1. clone this repository

git clone https://github.com/DeveloperInProgress/subqlstarter-terra.git

  1. install dependencies
cd subqlstarter-terra
yarn install
  1. After running the terra subql/node module once, build the project when the terra subql/node module asks for the missing mapping file in './dist/index.js'
yarn build

4.) Run the terra subql/node module once again and the indexing process will begin.

About

License:MIT License


Languages

Language:TypeScript 100.0%