An open API service indexing awesome lists of open source software.

https://github.com/3box/ceramic-fluence

Ceramic fluence integration
https://github.com/3box/ceramic-fluence

Last synced: 4 months ago
JSON representation

Ceramic fluence integration

Awesome Lists containing this project

README

          

# Fluence Minimal Template

## Usage

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