Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 723 Bytes

File metadata and controls

25 lines (15 loc) · 723 Bytes

Graph-node

graph-node indexes events in ethereum blockchain

One can submit subgraph to graph-node -- actual code how to handle new events of contracts

Start locally using docker-compose

  1. Edit docker-compose.yml and change ethereum ENV variable of graph-node services to add your own network and RPC url.

  2. Start your own graph-node with docker-compose:

    docker-compose up -d
  3. Load small version of ens-rainbow

    ./rainbow.small.sh

    Or use full ens-rainbow dump if you want full domain name resolving

  4. Read subgraphs/README.md to build and deploy subgraph to graph-node