Running our app

Let's bring our wallet online and run the application to see how it works. Make sure your Ganache blockchain is running and the contracts are deployed. Let's run our React development server:

  1. Run the following command in the project directory:
npm start 

By default, the app should run on port 3000.

  1. To access the app, enter localhost:3000 in your browser. The app should open up in the browser, as shown in the following screenshot:
  1. You need to sign in with your MetaMask credentials so the app can access your primary account. After signing in, you should get another popup, as shown in the following screenshot. You need ...

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.