mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
CORDA-2351 - Fix Demobench readme (#4624)
* CORDA-2351 - Fix Demobench readme Remove information that BankOfCorda app is automatically loaded. Add new up-to-date screenshots and information on how to check issuable currencies on the node.
This commit is contained in:
parent
35acbc8107
commit
e93327bb6a
@ -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**<br/>
|
||||
> 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
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 54 KiB |
Binary file not shown.
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 100 KiB |
Loading…
Reference in New Issue
Block a user