The project comprises a Dockerfile for the Opera blockchain maintained by the Fantom Foundation
This requires a running docker
and an installed docker-compose
Download the genesis state using,
make mainnet
Start the node with the command,
make start
Other commands,
make restart
make stop