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
- Host: GitHub
- URL: https://github.com/3box/ceramic-fluence
- Owner: 3box
- Created: 2024-01-19T21:23:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T05:08:57.000Z (over 2 years ago)
- Last Synced: 2026-02-06T18:54:22.112Z (4 months ago)
- Language: Rust
- Size: 329 KB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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()'
```