https://github.com/inverternetwork/floors-indexer
https://github.com/inverternetwork/floors-indexer
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inverternetwork/floors-indexer
- Owner: InverterNetwork
- Created: 2025-09-05T14:52:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-05T21:25:40.000Z (10 months ago)
- Last Synced: 2025-09-05T23:31:56.162Z (10 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)