mirror of
https://github.com/fluencelabs/examples
synced 2025-04-24 18:22:15 +00:00
12 lines
563 B
YAML
12 lines
563 B
YAML
# yaml-language-server: $schema=../../../.fluence/schemas/service.yaml.json
|
|
|
|
# Defines a [Marine service](https://fluence.dev/docs/build/concepts/#services), most importantly the modules that the service consists of. For Fluence CLI, **service** - is a directory which contains this config. You can use `fluence service new` command to generate a template for new service
|
|
|
|
# Documentation: https://github.com/fluencelabs/fluence-cli/tree/main/docs/configs/service.md
|
|
|
|
version: 0
|
|
name: simple_quorum
|
|
modules:
|
|
facade:
|
|
get: ../../../wasm-modules/simple-quorum
|