Skip to content

3box/ceramic-fluence

Repository files navigation

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