mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
Fix trader demo README to describe what the "LoggingBank" node is for
This commit is contained in:
parent
e46fdb547d
commit
2220514bde
@ -1,15 +1,17 @@
|
|||||||
Trader demo
|
Trader demo
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
This demo brings up four nodes: Bank A, Bank B, Bank Of Corda, and a notary node that they all use. Bank A
|
This demo brings up five nodes: Bank A, Bank B, Bank Of Corda, Logging Bank and a notary node that they all use. Bank A
|
||||||
will be the buyer, and requests some cash from the Bank of Corda in order to acquire commercial paper from Bank B, the
|
will be the buyer, and requests some cash from the Bank of Corda in order to acquire commercial paper from Bank B, the
|
||||||
seller.
|
seller.
|
||||||
|
|
||||||
|
The Logging Bank node is present to demonstrate the usage of the "Configuring Responder Flows" feature of Corda described [here](https://docs.corda.net/head/flow-overriding.html)
|
||||||
|
|
||||||
To run from the command line in Unix:
|
To run from the command line in Unix:
|
||||||
|
|
||||||
1. Run ``./gradlew samples:trader-demo:deployNodes`` to create a set of configs and installs under
|
1. Run ``./gradlew samples:trader-demo:deployNodes`` to create a set of configs and installs under
|
||||||
``samples/trader-demo/build/nodes``
|
``samples/trader-demo/build/nodes``
|
||||||
2. Run ``./samples/trader-demo/build/nodes/runnodes`` to open up four new terminals with the four nodes
|
2. Run ``./samples/trader-demo/build/nodes/runnodes`` to open up five new terminals with the five nodes
|
||||||
3. Run ``./gradlew samples:trader-demo:runBank`` to instruct the bank node to issue cash and commercial paper to the
|
3. Run ``./gradlew samples:trader-demo:runBank`` to instruct the bank node to issue cash and commercial paper to the
|
||||||
buyer and seller nodes respectively
|
buyer and seller nodes respectively
|
||||||
4. Run ``./gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch``, you can
|
4. Run ``./gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch``, you can
|
||||||
@ -20,7 +22,7 @@ To run from the command line in Windows:
|
|||||||
|
|
||||||
1. Run ``gradlew samples:trader-demo:deployNodes`` to create a set of configs and installs under
|
1. Run ``gradlew samples:trader-demo:deployNodes`` to create a set of configs and installs under
|
||||||
``samples\trader-demo\build\nodes``
|
``samples\trader-demo\build\nodes``
|
||||||
2. Run ``samples\trader-demo\build\nodes\runnodes`` to open up four new terminals with the four nodes
|
2. Run ``samples\trader-demo\build\nodes\runnodes`` to open up five new terminals with the five nodes
|
||||||
3. Run ``gradlew samples:trader-demo:runBank`` to instruct the buyer node to request issuance of some cash from the
|
3. Run ``gradlew samples:trader-demo:runBank`` to instruct the buyer node to request issuance of some cash from the
|
||||||
Bank of Corda node
|
Bank of Corda node
|
||||||
4. Run ``gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch``, you can see
|
4. Run ``gradlew samples:trader-demo:runSeller`` to trigger the transaction. If you entered ``flow watch``, you can see
|
||||||
|
Loading…
Reference in New Issue
Block a user