Installing Postman 

The Postman tool allows us to make calls to any of our post endpoints, as well as send data into these endpoints with our requests. Let's understand how to install it: 

  1. Head over to https://www.getpostman.com and download the app. Once you have downloaded the app, we can run through a little test trial of how we can use this Postman app to hit our /transaction endpoint.
  1. Open the Postman app after downloading it. You will see something similar to the following screenshot:

  1. Now, in the Postman app we're going to make a post request to http://localhost:3000/transaction:
  1. To test that the /transaction endpoint is working, ...

Get Learn Blockchain Programming with JavaScript 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.