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

https://github.com/inverternetwork/floors-indexer


https://github.com/inverternetwork/floors-indexer

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

## Envio ERC20 Template

_This repos uses the inverter network floormarkets anvil evm until further notice_

_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/)