Adding the Fabric participant to the network

The first thing that we need to do is navigate to the Fabric network directory. If you are using the example network from the tutorial from the previous chapter, you need to navigate to the first-network folder within the fabric-samples folder. If the network is not running yet, start the network by executing this command in a Terminal shell:

./byfn.sh -m up

The preceding command will compile Golang chaincode images and spin up the corresponding containers. In our case, we are not interested in the existing Hyperledger Fabric network, but will join org1 (USAAutomotive) to the OABCS network.

Before we start, let's look back at the orderer settings. The orderer address is 192.168.99.101 and the ...

Get Blockchain across Oracle 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.