bufander / DAppNodePackage-pathfinder

Wrapper to run EQLabs Pathfinder on DAppNode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAppNode Pathfinder

DAppNodeStore Available

Wrapper around EQlabs Pathfinder to run a StarkNet full node giving you a safe view into StarkNet network, helping to keep the network secure and the data accurate.

Pathfinder Github

Use in local

You can use this package without installing it in your DAppNode following these instructions:

Prerequisites

  • git

    Install git commandline tool.

  • docker

    Install docker. The community edition (docker-ce) will work. In Linux make sure you grant permissions to the current user to use docker by adding current user to docker group, sudo usermod -aG docker $USER. Once you update the users group, exit from the current terminal and open a new one to make effect.

  • docker-compose

    Install docker-compose

Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

Building

docker-compose build

Running

Start

Change the PATHFINDER_ETHEREUM_API_URL environmental variable on the docker-compose file to your Ethereum L1 http(s) endpoint.

docker-compose up -d

View logs

docker-compose logs -f

Stop

docker-compose down

About

Wrapper to run EQLabs Pathfinder on DAppNode


Languages

Language:Dockerfile 100.0%