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
2019-04-21, 245👍, 0💬
Popular Posts:
Can You Specify the "new line" Character in Single-Quoted Strings? You can not specify the "new line...
How To Support Multiple-Page Forms in PHP? If you have a long form with a lots of fields, you may wa...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
Why Do You Need to Filter Out Empty Files in PHP? When you are processing uploaded files, you need t...