Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inverternetwork/indexer

Indexes events emitted by the Inverter Protocol
https://github.com/inverternetwork/indexer

Last synced: about 1 month ago
JSON representation

Indexes events emitted by the Inverter Protocol

Awesome Lists containing this project

README

        

# Inverter Protocol Indexer

## Requirements

- you have **pnpm** installed
- you have **docker** installed
- you have **envio** installed

## Getting started

Install dependencies:

```
pnpm install
```

Generate code:

```
envio codegen
```

Run envio indexer locally with docker:

```
envio local docker up
```

Start indexing:

```
envio dev
```

Explore the graphql endpoint for indexed data:

- visit [http://localhost:8080](http://localhost:8080)
- use the password `testing` to explore the graphql interface