We will continue exploring the five separate network nodes that we created in the previous section. By now, you might have all five of the network nodes running. If not, going to the previous section and understanding how to get each of these nodes running is recommended. What we've currently got, which is five separate network nodes running, is not really a network. All we have is five separate nodes or five separate instances of our API running, but they are not connected in any way. To verify that these network nodes are not connected, we can carry out a couple of tests:
- So, let's head over to Postman and try make a couple of different transactions by hitting the /transaction endpoint on the different network ...