diff --git a/tools/demobench/README.md b/tools/demobench/README.md index d1a47a1e0e..1757c63fe4 100644 --- a/tools/demobench/README.md +++ b/tools/demobench/README.md @@ -66,19 +66,14 @@ until you close this node's Explorer again. ### The Bank Node Click the `Add Node` button, and DemoBench will ask you to configure another -node in a new tab. +node in a new tab. Choose `Issuer GBP` as additional configuration. ![Configure Bank Node](demobench-configure-bank.png) -When you press the `Launch Web Server` this time, your browser should open to a -page saying: -> ### Installed CorDapps -> **net.corda.bank.plugin.BankOfCordaPlugin**
-> net.corda.bank.api.BankOfCordaWebApi: -> - POST issue-asset-request -> - GET date +When you type in the shell `start CashConfigDataFlow` you should get the following result: +> Flow completed with result: CashConfiguration(issuableCurrencies=[GBP], supportedCurrencies=[USD, GBP, CHF, EUR]) -Clicking on the `GET date` link should return today's date within a JSON document. +The `CashIssueFlow` is enabled for the currencies listed in bank node's finance configuration file (`corda-finance.conf`), in this instance it's GBP. Launch the bank's Node Explorer, and check the network view. The Notary node should be displayed in Rome, whereas the Bank of Breakfast Tea should be in diff --git a/tools/demobench/demobench-initial.png b/tools/demobench/demobench-initial.png index d0e0b2f7db..6d22f7e1f6 100644 Binary files a/tools/demobench/demobench-initial.png and b/tools/demobench/demobench-initial.png differ diff --git a/tools/demobench/demobench-notary.png b/tools/demobench/demobench-notary.png index 519df2fac1..4f5db8ea2e 100644 Binary files a/tools/demobench/demobench-notary.png and b/tools/demobench/demobench-notary.png differ