You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Features/attachment-blacklist/README.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ This CorDapp allows nodes to reach agreement over arbitrary strings of text, but
5
5
6
6
## Concepts
7
7
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
9
11
parties as being banned from entering into agreements:
10
12
11
13
* Crossland Savings
@@ -25,12 +27,12 @@ check that the parties to the `AgreementState` are not blacklisted. There aren't
25
27
26
28
## Pre-Requisites
27
29
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)
29
31
30
32
31
33
### Deploy and run the node
32
34
```
33
-
./greadlew deployNodes
35
+
./greadlew clean build deployNodes
34
36
./build/node/runnodes
35
37
```
36
38
@@ -60,7 +62,7 @@ the shell of Monogram Bank:
60
62
61
63
start ProposeFlow agreementTxt: "A and B agree Y", counterparty: "Hiseville Deposit Bank", untrustedPartiesAttachment: "4CEC607599723D7E0393EB5F05F24562732CD1B217DEAEDEABD4C25AFE5B333A"
62
64
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
64
66
Monogram Bank or Hiseville Deposit Bank node, you should see the agreement stored:
0 commit comments