graph-node
indexes events in ethereum blockchain
One can submit subgraph to graph-node
-- actual code how to handle new events of contracts
-
Edit
docker-compose.yml
and changeethereum
ENV variable ofgraph-node
services to add your own network and RPC url. -
Start your own graph-node with docker-compose:
docker-compose up -d
-
Load small version of ens-rainbow
./rainbow.small.sh
Or use full ens-rainbow dump if you want full domain name resolving
-
Read subgraphs/README.md to build and deploy subgraph to graph-node