Fork me on GitHub

Template eat-apples@0.1.0

Clause Ergo ^0.5.0 6eadeececbcafd618bb3fb7845f2f2b7f89dc2f45c9d769f06e1a060cf47edc7

This is a clause enforcing healthy eating habits in employees.

Download Archive

Eat Apples!

This is a clause enforcing healthy eating habits in employees.

Sample

Eating healthy clause between "Dan" (the Employee) and "ACME" (the Company). The canteen only sells apple products. Apples, apple juice, apple flapjacks, toffee apples. Employee gets fired if caught eating anything without apples in it. THE EMPLOYEE, IF ALLERGIC TO APPLES, SHALL ALWAYS BE HUNGRY. Apple products at the canteen are subject to a 4.5% tax.
                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "org.accordproject.canteen.CanteenClause",
    "clauseId": "92f24525-763d-4e22-9acb-2526fda29ec3",
    "employee": "Dan",
    "company": "ACME",
    "tax": 4.5
}

State Types

Type Sample JSON
org.accordproject.cicero.contract.AccordContractState
{
    "$class": "org.accordproject.cicero.contract.AccordContractState",
    "stateId": "f139aa50-966d-11e8-91eb-632e912d28eb"
}

Request Types

Type Sample JSON
org.accordproject.canteen.Food
{
    "$class": "org.accordproject.canteen.Food",
    "produce": "Nostrud voluptate magna aliqua.",
    "price": 192.949,
    "transactionId": "f1398340-966d-11e8-91eb-632e912d28eb",
    "timestamp": "2018-08-02T16:05:57.748Z"
}

Response Types

Type Sample JSON
org.accordproject.canteen.Outcome
{
    "$class": "org.accordproject.canteen.Outcome",
    "notice": "Ea adipisicing excepteur.",
    "transactionId": "f1398341-966d-11e8-91eb-632e912d28eb",
    "timestamp": "2018-08-02T16:05:57.748Z"
}

Events Types

Type Sample JSON
org.hyperledger.composer.system.Event
{
    "abstract": "this is an abstract type"
}