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.
- Host: GitHub
- URL: https://github.com/protofire/thegraph-node-protofire
- Owner: protofire
- Created: 2021-05-10T20:25:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T18:55:02.000Z (over 4 years ago)
- Last Synced: 2025-07-03T02:07:40.010Z (6 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```