Skip to content

Commit 44a42ef

Browse files
committed
Make minor amends to README.md file
1 parent f5559f5 commit 44a42ef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Features/attachment-blacklist/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This CorDapp allows nodes to reach agreement over arbitrary strings of text, but
55

66
## Concepts
77

8-
The blacklist takes the form of a jar including a single file, `blacklist.txt`. `blacklist.txt` lists the following
8+
The blacklist takes the form of a jar including a single file, `blacklist.txt`.
9+
10+
`blacklist.txt` lists the following
911
parties as being banned from entering into agreements:
1012

1113
* Crossland Savings
@@ -25,12 +27,12 @@ check that the parties to the `AgreementState` are not blacklisted. There aren't
2527

2628
## Pre-Requisites
2729

28-
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
30+
[Set up for CorDapp development](https://docs.r3.com/en/platform/corda/4.9/community/getting-set-up.html)
2931

3032

3133
### Deploy and run the node
3234
```
33-
./greadlew deployNodes
35+
./greadlew clean build deployNodes
3436
./build/node/runnodes
3537
```
3638

@@ -60,7 +62,7 @@ the shell of Monogram Bank:
6062

6163
start ProposeFlow agreementTxt: "A and B agree Y", counterparty: "Hiseville Deposit Bank", untrustedPartiesAttachment: "4CEC607599723D7E0393EB5F05F24562732CD1B217DEAEDEABD4C25AFE5B333A"
6264

63-
If you now run `run vaultQuery contractStateType: net.corda.examples.attachments.states.AgreementState` on either the
65+
If you now run `run vaultQuery contractStateType: net.corda.samples.blacklist.states.AgreementState` on either the
6466
Monogram Bank or Hiseville Deposit Bank node, you should see the agreement stored:
6567

6668
data: !<net.corda.examples.attachments.state.AgreementState>

0 commit comments

Comments
 (0)