https://github.com/inverternetwork/indexer
Indexes events emitted by the Inverter Protocol
https://github.com/inverternetwork/indexer
Last synced: 10 months ago
JSON representation
Indexes events emitted by the Inverter Protocol
- Host: GitHub
- URL: https://github.com/inverternetwork/indexer
- Owner: InverterNetwork
- License: lgpl-3.0
- Created: 2024-06-24T11:52:41.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-01-29T09:12:29.000Z (over 1 year ago)
- Last Synced: 2025-01-29T10:23:22.951Z (over 1 year ago)
- Language: TypeScript
- Size: 676 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
```
pnpm codegen
```
Run envio indexer locally with docker:
```
pnpm dev
```
Explore the graphql endpoint for indexed data:
- visit [http://localhost:8080](http://localhost:8080)
- use the password `testing` to explore the graphql interface
## Compiling
Make sure you have your docker `pnpm dev` running with your latest changes.
```
pnpm compile
```
## Releasing
```
pnpm release
# Once ready to publish, run:
pnpm release:pub
```