January 2020
Intermediate to advanced
530 pages
11h 11m
English
The transaction listener will connect to the gateway and monitor it for any events created by our corprem contract by doing the following:
async function Transactionlistener (){try{ const wallet = new FileSystemWallet('~/fabric-samples/bankchain/wallet-BankA'); const userExists = await wallet.exists('user1'); if (!userExists) { console.log('An identity for the user "user1" does not exist in the wallet'); console.log('Run the ...Read now
Unlock full access