# 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