Create another node with composer hyperlink

I have implemented a tutorial on creating hyperlinks and create a simple business network definition and deploy it through composer and implement its stop API through composer-rest-server. Now I want to add another peer to another local machine that can access the blockchain that I created earlier, so my question is, how can I reach this other peer node (another local machine) connected to the blockchain that did i create a tutorial for composer?

+3


source to share


1 answer


you can check the S / Overflow link provided by Ahmed Nasser regarding adding your peer to an existing Fabric network.

Once your Fabric is up and running, and all your network configuration / permission / docker configuration is verified and working, you can refer to composer to determine the connection information, for example add additional peers (and therefore create the required who support this information).



This One Organization Tutorial can give you an idea of ​​what's involved - it's based on an already created Fabric Network (Fabch Blockchain Dev Simple Sibling Environment). Here's it here -> https://hyperledger.github.io/composer/tutorials/deploy-to-fabric-single-org.html

In this scenario, "localhost" is explicitly implied - obviously you are creating something on an IP network, so you need the IP addresses / host permission.

0


source







All Articles