Jakub Sokołowski
680caaca16
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
defaults | ||
meta | ||
tasks | ||
LICENSE | ||
README.md |
README.md
Description
This role provisions a Nimbus installation that can act as an ETH2 network bootstrap node.
Introduction
Each host can run multiple nodes installed as docker containers. TCP and UDP ports starting from 9000 will be exposed (e.g. 9000, 9001 and 9002 if you run 3 nodes).
Installation
Add to your requirements.yml
file:
- name: beacon_node
src: https://github.com/status-im/infra-role-beacon-node.git
Requirements
Due to being part of Status infra this role assumes availability of certain things:
- Docker for running containers
- The
iptables-persistent
module