Skip to content

Commit 3dadaca

Browse files
authored
Update README.md
1 parent 6e49c41 commit 3dadaca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Features/cordaservice-autopayroll/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# autopayroll -- cordaservice demo [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Features/cordaservice-autopayroll)
1+
# Auto Payroll -- CordaService
22

33
This Cordapp shows how to trigger a flow with vault update(completion of prior flows) using [CordaService](https://training.corda.net/corda-details/automation/#services) & [trackby](https://training.corda.net/corda-details/automation-solution/#track-and-notify).
44

@@ -10,7 +10,7 @@ In this Cordapp, there are four parties:
1010
- PetersonThomas: worker #1 will accept money
1111
- GeorgeJefferson: worker #2 will accept money
1212

13-
There are two states [`PaymentRequestState`](./contracts/src/main/java/net/corda/examples/autopayroll/states/PaymentRequestState.java#L20-L24) & [`MoneyState`](./contracts/src/main/java/net/corda/examples/autopayroll/states/MoneyState.java#L23-L26), and two flows `RequestFlow` & `PaymentFlow`. The business logic looks like the following:
13+
There are two states `PaymentRequestState` & `MoneyState`, and two flows `RequestFlow` & `PaymentFlow`. The business logic looks like the following:
1414
![alt text](./webpic/Business%20Logic.png)
1515

1616
1. Finance team put in payroll request to the bank operators
@@ -20,9 +20,9 @@ There are two states [`PaymentRequestState`](./contracts/src/main/java/net/corda
2020
## Usage
2121

2222

23-
### Pre-Requisites
23+
## Pre-Requisites
2424

25-
See https://docs.corda.net/getting-set-up.html.
25+
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
2626

2727
### Running the CorDapp
2828

0 commit comments

Comments
 (0)