Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 453 Bytes

Docker support for Opera blockchain

Description

The project comprises a Dockerfile for the Opera blockchain maintained by the Fantom Foundation

Prerequisites

This requires a running docker and an installed docker-compose

Commands

Download the genesis state using,

make mainnet

Start the node with the command,

make start

Other commands,

make restart
make stop