Running the payment ecosystem

Let's run our entire payment ecosystem:

  1. We'll start by initializing a local Ganache instance, as shown here. This will serve as the test blockchain for the payment ecosystem:
  1. Now, let's bring our components online. First, start the e-commerce portal and payment gateway app, navigate to the app directory, and enter npm start, as shown here:

By default, my React app runs on port 3000:

  1. Now, open the browser and open the app home page on localhost:3000, as shown here:

You should be able to see the app running ...

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.