Create an Alpine Linux image to run the lachesis
node for the Fantom cryptocurrency.
[remote_content url="https://raw.githubusercontent.com/doublesharp/fantom-lachesis-docker/main/Dockerfile" decode_atts="true" htmlentities="true"]
The run.sh
just starts the nodes with the ports you set in the environment.
[remote_content url="https://raw.githubusercontent.com/doublesharp/fantom-lachesis-docker/main/run.sh" decode_atts="true" htmlentities="true"]
Use docker-compose to define the TCP/UDP ports to expose as well as a data volume to persist the blockchain data.
[remote_content url="https://raw.githubusercontent.com/doublesharp/fantom-lachesis-docker/main/docker-compose.yml" decode_atts="true" htmlentities="true"]
The post Fantom Lachesis Full Node RPC appeared first on Justin Silver.