This repo holds the TomoChain cloud images for diverse purposes and providers.
The images are built with packer.
packer build $fileFor example:
# Find the variables you need to provide
packer inspect DigitalOcean/fullnode-18-04.json
# Export the environment variables found in the last step
export DO_API_TOKEN="XXXXXXXXXXXXXXXXXXX"
# Start the build
packer build DigitalOcean/fullnode-18-04.json