Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/inverternetwork/indexer
- Owner: InverterNetwork
- Created: 2024-06-24T11:52:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:50:07.000Z (about 2 months ago)
- Last Synced: 2024-11-22T11:28:25.624Z (about 2 months ago)
- Language: TypeScript
- Size: 146 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:
```
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