Skip to content

branciard/DAppNodePackage-polkadot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAppNodePackage-polkadot

Dappnode package providing for polkadot

It was generated using DAppNodeSDK

DEMO Deploy node KUSAMA canary network

or 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.

Buidling

docker-compose build

Running

Start

docker-compose up -d

Watch if your node start syncing at Polkadot telemetry

View logs

docker-compose logs -f

Stop

docker-compose down

Extra options

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

 - EXTRA_OPTS=--name DAppNodeNodler

License

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