SubGraph
Developers can create their own SubGraph and create a pull-request of their ipfs_hash and deployed.
Last updated
Was this helpful?
Developers can create their own SubGraph and create a pull-request of their ipfs_hash and deployed.
Last updated
Was this helpful?
REI has provided The Graph, a decentralized protocol for indexing and querying data from blockchains.
Endpoint:
To learn more about The Graph, is the official document.
: npm install -g @graphprotocol/graph-cli
: A peer-to-peer hypermedia protocol designed to preserve and grow humanity's knowledge by making the web upgradeable, resilient, and more open.
Init graph from contract
Protocol - ethereum
Name - In format [group]/[name]
It will be part of endpoint /name/foodcourt/factory/
Ethereum network - any (will edit later)
After successfully generate the project, the following structure are generated
Run codegen
to get generated
folder
Run build
and upload to ipfs server to get hash
After deploy and indexing is done, you should get endpoint like this to query your analytics data
Next, create a pull-request to