MysticRyuujin / dappnode-fantom

A dappnode package for a mainnet Fantom node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantom Node DAppNode package

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

Prerequisites

  • git

    Install git command line 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

docker-compose up -d

View logs

docker-compose logs -f

Stop

docker-compose down

Extra options

You can edit the docker-compose.yml and add extra options, such as:

 <TODO:// list all Fantom options>

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details

About

A dappnode package for a mainnet Fantom node

License:GNU General Public License v3.0


Languages

Language:Dockerfile 52.4%Language:Shell 47.6%