Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 402 Bytes

SubQuery Starter Project for Terra

This is a starter project for Indexing Terra. It includes a simple blockhandler and an event handler. This project indexes all transfer events in bombay-12.

Geting Started

1. Install dependencies

yarn

2. Generate types

yarn codegen

3. Build

yarn build

4. Run locally

yarn start:docker