Start server

The following command will start blockchain node. Docker image will be downloaded automatically during the first run.

./start.sh

Start script requires BLOQLY_HOME environment variable to be present. For convenience you can just prepend it to the beginning of the command line and set to the current folder.

BLOQLY_HOME=. ./start.sh

It is recommended to add BLOQLY_HOME and other environment variables to .your .bashrc or .profile files.

Last updated

Was this helpful?