Nimubs ETH2 beacon chain & validator on AVADO
- Releases: https://github.com/status-im/nimbus-eth2/releases
- Command line options: https://nimbus.guide/options.html
Install the AVADO SDK:
npm i -g https://github.com/AvadoDServer/AVADOSDK.git`
Modify the Dockerfile in the build
folder and test it locally using docker-compose build
and docker-compose up
until it works as expected.
avadosdk build
will build the package and upload to your AVADO box's IPFS server.
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