Tools, FAQ, Tutorials:
Connect to Local Playground Server
How to connect to my local Hyperledger Composer Playground Server?
✍: FYIcenter.com
When your local Hyperledger Composer Playground Server is started,
it listens to the 8080 port by default. So you can connect to the server
with a Web browser on the local system, using the following address:
http://localhost:8080
If you want to access the server remotely, you need to open the firewall for inbound connections on port 8080.
Once the browser is connected to the local Playground Server, you will see two lists of business networks:
Â
⇒ Create Network Business Card in Playground
⇠Start Hyperledger Composer Playground Server
2021-02-17, 652👍, 0💬
Popular Posts:
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...
How to use the "send-request" Policy statement to call an extra web service for an Azure API service...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...