Running the corporate remittance app

Let's bring our blockchain network and application online. Make sure your Fabric network is up and running and the corprem chaincode is deployed. Also, ensure that identities have been created for writing to and reading transactions from the blockchain network for both the banks.

Also, ensure that the databases are set up with the test data. Do a quick check to see both the IPFS nodes are running. Bring the backend servers for both Bank A and Bank B online.

Let's start our React app, as follows:

  1. Navigate to your React project environment. Start the React app with the following command:
npm start 
  1. Open your browser and navigate to the home page for the app. The app should look like this:
  1. Let's log ...

Get Blockchain Development for Finance Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.