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

https://github.com/protofire/thegraph-node-protofire

This image is based on graph-node from @graphprotocol and it contains also both graph-cli and indexer-cli to help us to manage the indexer.
https://github.com/protofire/thegraph-node-protofire

Last synced: 5 months ago
JSON representation

This image is based on graph-node from @graphprotocol and it contains also both graph-cli and indexer-cli to help us to manage the indexer.

Awesome Lists containing this project

README

          

# graph-node-protofire

This image is based on graph-node from @graphprotocol and it contains also both graph-cli and indexer-cli to help us to manage the indexer.

## Versions

The idea is to maintain the same version than graph-node in @graphprotocol repository to avoid confusions. Currently this image is builded using these versions:

* nodejs -> 14
* graph-node -> v0.23.1
* graph-cli -> v0.20.1
* indexer-cli -> v0.16.0

## Build container

You just run the following command:

```
chmod +x build.sh
bash -x build.sh
```