# Generate a service template and add it to the default worker
fluence service new myService
# Deploy the default worker
fluence deal deploy
# Uncomment `runDeployedServices` aqua function in `src/aqua/main.aqua` and run it
fluence run -f 'runDeployedServices()'