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
- Host: GitHub
- URL: https://github.com/fullstack-development/trustlessotc-multichain-indexer-envio
- Owner: fullstack-development
- Created: 2025-04-22T06:36:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-22T08:08:55.000Z (9 months ago)
- Last Synced: 2025-04-22T08:45:43.703Z (9 months ago)
- Language: TypeScript
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)