Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 313 Bytes

Fluence Minimal Template

Usage

# 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()'