Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 555 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 555 Bytes

SubQuery Starter Project for Cosmos Networks

This is a starter project for Indexing Cosmos Networks. It includes a simple blockhandler and an event handler.

You can find starter projects for different Cosmos zones within this repository under each branch, this includes:

  • Juno (main)
  • CosmosHub
  • Fetch.ai
  • Stargaze
  • Osmosis
  • Cronos

Getting Started

1. Install dependencies

yarn

2. Generate types

yarn codegen

3. Build

yarn build

4. Run locally

yarn start:docker