Skip to content

AvadoDServer/AVADO-DNP-Teku

Repository files navigation

AVADO Teku

Teku ETH2 beacon chain & validator on AVADO

Development

Install the AVADO SDK:

npm i -g https://github.com/AvadoDServer/AVADOSDK.git`

Testing locally

Modify the Dockerfile in the build folder and test it locally using docker-compose build and docker-compose up until it works as expected.

Building and testing

avadosdk build will build the package and upload to your AVADO box's IPFS server.

update flow & tagging your repo

This is a suggested flow to upgrade your package when you want to release a new version:

avadosdk increase patch
avadosdk build --provider http://80.208.229.228:5001
git add dappnode_package.json docker-compose.yml releases.json
git commit -m"new release"
git push