Skip to content

Common shell scripts for Staker packages to be sourced in their entrypoints

License

Notifications You must be signed in to change notification settings

dappnode/staker-package-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Staker package scripts

This repo contains some utility functions in shell script to help with the correct usage and configuration of any execution or consensus dappnode staker package

Consensus tools:

Shell script including a set of handy functions to be used in the entrypoint of both beacon-chain and validator services of all consensus client packages

Execution tools:

Shell script including a set of handy functions to be used in the entrypoint of any execution package

Example of usage (consensus-tools.sh)

  • Add script to /etc/profile.d and load it in the entrypoint script:
ADD https://raw.githubusercontent.com/dappnode/staker-package-scripts/${STAKER_SCRIPTS_VERSION}/consensus-tools.sh /etc/profile.d/consensus-tools.sh
#!/bin/sh

. /etc/profile

About

Common shell scripts for Staker packages to be sourced in their entrypoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages