Git Product home page Git Product logo

graph-node-local's Introduction

Graph-Node-Local

docker-compose.yml is the only file required to run a graph node locally

Steps to run graph-node locally

  1. git clone repo
  2. docker-compose up

Deploy Subgraph on the local graph node deployment

  1. graph create git_user_name/subgraph_name --node http://127.0.0.1:8020
  2. graph deploy git_user_name/subgraph_name --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020
  3. Test using graphiq playgroup - http://localhost:8030/graphql

Connecting the LocalGraph Node with Local Blockchain Instance(Ganache)

  1. Run Ganache - ganache-cli -h 0.0.0.0

If you are using Mac operating system

2.1 In Docker compose file 'mainnet:http://host.docker.internal:8545' Note this only works if you are using mac

In are using linux operating system

2.2 Find the server
2.2.1 docker container ls | grep graph-node | cut -d' ' -f1 -> Will give u a container name
2.2.2 docker exec {Result of step 3.1} /bin/bash -c 'apt install -y iproute2 && ip route' | awk '/^default via /{print $3}'
2.3.Use the server in docker compose file EG - ethereum: 'mainnet:http://172.19.0.1:8020'

Note

Run only archive node of the EVM-Blockchain you are trying to index

graph-node-local's People

Contributors

pranavdaa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.