This starter script sets up a clean Ubuntu instance to run a Sovereign SDK EVM rollup.
Your rollup comes out of the box with log rotation, automatic restarts, and an observability stack.
You can see full details in the sov-observability repo, but note that you can access a local
Grafana dashboard at localhost:3000 with username admin and passwod admin123.
The provided nginx*.conf files can be used to proxy the node. They're generated by running npm run generate-nginx-configs in the sov-rollup-cdk-starter and copy-pasting the output. TODO: Make this automatic