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

https://github.com/fullstack-development/trustlessotc-multichain-indexer-envio

Multichain indexer for TrustlessOTC smart-contract on Ethereum and Arbitrum
https://github.com/fullstack-development/trustlessotc-multichain-indexer-envio

Last synced: 7 months ago
JSON representation

Multichain indexer for TrustlessOTC smart-contract on Ethereum and Arbitrum

Awesome Lists containing this project

README

          

## Envio Indexer

*Please refer to the [documentation website](https://docs.envio.dev) for a thorough guide on all [Envio](https://envio.dev) indexer features*

### Run

```bash
pnpm dev
```

Visit http://localhost:8080 to see the GraphQL Playground, local password is `testing`.

### Generate files from `config.yaml` or `schema.graphql`

```bash
pnpm codegen
```

### Pre-requisites

- [Node.js (use v18 or newer)](https://nodejs.org/en/download/current)
- [pnpm (use v8 or newer)](https://pnpm.io/installation)
- [Docker desktop](https://www.docker.com/products/docker-desktop/)