Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.51 KB

index.md

File metadata and controls

48 lines (25 loc) · 1.51 KB
type layout title index_file path menu
docs
single
Tutorials | Specifications
content/docs/specs
tutorials
weight
10

Specifications

{{% data_sites rename_docs %}}

Services Specification

Services are defined in service definition files. These reside on the host in ~/.monax/services.

Service definition files are formatted using toml.

Read the Services Specification  

Jobs Specification

Jobs are a portion of the upcoming Monax package management tooling. They enable ease of automation of smart contract deployment and runtime configuration with special utilizations for Burrow, the Monax blockchain. All tasks can be run through a simple yaml file and cover a range of cases from interaction with smart contracts, assertion testing, name registry, querying the state of the chain, setting permissions on certain addresses, or sending transactions.

Jobs are defined in job definition files.

Job definition files are formatted in yaml and default file is epm.yaml.

Examples of monax job definition files are available in the jobs_fixtures directory.

Read the Jobs Specification