Skip to content

Commit 27a96ff

Browse files
authored
Update README.md
1 parent b31be01 commit 27a96ff

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Advanced/negotiation-cordapp/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# negotiation cordapp [<img src="../../webIDE.png" height=25 />](https://ide.corda.net/?folder=/home/coder/samples-java/Advanced/negotiation-cordapp)
1+
# Negotiation Cordapp
22

33
This CorDapp shows how multi-party negotiation is handled on the Corda ledger, in the absence of an API for user
44
interaction.
@@ -16,21 +16,20 @@ accept or modify the proposal, this attempt will be rejected automatically at th
1616

1717
### Flows
1818

19-
We start with the proposal flow implemented in [ProposalFlow.java](./workflows/src/main/java/negotiation/flows/ProposalFlow.java)
19+
We start with the proposal flow implemented in `ProposalFlow.java`.
2020

2121

22-
The modification of the proposal is implemented in [ModificationFlow.java](./workflows/src/main/java/negotiation/flows/ModificationFlow.java#L42-L49).
22+
The modification of the proposal is implemented in `ModificationFlow.java`.
2323

2424

25-
In the [AcceptanceFlow.java](./workflows/src/main/java/negotiation/flows/AcceptanceFlow.java#L42-L75), we receive the modified ProposalState and it's converted into a TradeState.
25+
In the `AcceptanceFlow.java`, we receive the modified ProposalState and it's converted into a TradeState.
2626

2727

2828

2929
## Usage
30+
## Pre-Requisites
31+
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
3032

31-
### Pre-requisites:
32-
33-
See https://docs.corda.net/getting-set-up.html.
3433

3534

3635
### Running the nodes:

0 commit comments

Comments
 (0)