From b6330c1884cde5dd434a7ca5f17e0db955c6024f Mon Sep 17 00:00:00 2001 From: Paul O'M Date: Wed, 16 Sep 2020 11:42:51 +0100 Subject: [PATCH] commercial paper enhancements Signed-off-by: Paul O'M --- commercial-paper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commercial-paper/README.md b/commercial-paper/README.md index a0450960..272d9966 100644 --- a/commercial-paper/README.md +++ b/commercial-paper/README.md @@ -516,7 +516,7 @@ The docker containers don't contain the node or Java runtimes; so it is best to As mentioned earlier in the Sample introduction section, transaction _inputs_ are recorded on the ledger, as well as any asset _state_ changes. Just *before* you run the _issue_ application script below - you need to launch a block 'listener' application that will show you these _inputs_, as you complete each transaction in the commercial paper lifecycle (eg. Paper Number: 00001, 00002 etc) . -For the listener, its best to open a *new* terminal for this in the `commercial-paper/organization/magnetocorp/application` directory (javascript). Next, run the `addToWallet` step in the `issue` transaction below, to add Isabella's identity to the wallet - the listener will use this wallet. Once the listener is launched, it will show the inputs for transactions you will perform and which are committed to blocks (ie part of the ledger). Note: initially, the listener may show a spurious message, and then go into a _listening_ or wait state). As transactions complete below, messages will be displayed by the listener - so keep an eye out. *After* adding Isabella's wallet, you can then launch the listener as follows: +For the listener, its best to open a *new* terminal for this in the `commercial-paper/organization/magnetocorp/application` directory (javascript). Next, run the `addToWallet` step in the `issue` transaction below, to add Isabella's identity to the wallet - the listener will use this wallet. Once the listener is launched, it will show the inputs for transactions you will perform and which are committed to blocks (ie part of the ledger). Note: initially, the listener may show a spurious message, and then go into a _listening_ or 'wait' state. As transactions complete below, messages will be displayed by the listener - so keep an eye out. *After* adding Isabella's wallet, you can then launch the listener as follows: ``` node cpListener.js