fabric-samples/test-network
nikhil550 aa9b577f65
Remove TLS enabled switch (#155)
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>

Co-authored-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-04-15 08:08:43 +02:00
..
addOrg3 Remove solo and kafka from test net configtx.yaml (#137) 2020-03-20 15:54:35 +01:00
configtx [FAB-17504] add Organizations.<Org>.OrdererEndpoints and remove Orderer.Addresses (#125) 2020-03-20 16:02:44 +01:00
docker Add CA's to docker test network (#124) 2020-03-20 14:24:56 +00:00
organizations Remove solo and kafka from test net configtx.yaml (#137) 2020-03-20 15:54:35 +01:00
scripts Remove TLS enabled switch (#155) 2020-04-15 08:08:43 +02:00
system-genesis-block [FAB-17145] Add test network to Fabric Samples 2019-12-11 10:28:39 -05:00
.env [FAB-17145] Add test network to Fabric Samples 2019-12-11 10:28:39 -05:00
.gitignore [FAB-17145] Add test network to Fabric Samples 2019-12-11 10:28:39 -05:00
network.sh Organize and Standardize ci Directory Content (#152) 2020-04-06 22:20:43 +02:00
README.md FAB-17243 Add support for Fabric CA for Org3 on the (#91) 2020-01-16 22:32:12 +01:00

Running the test network

You can use the ./network.sh script to stand up a simple Fabric test network. The test network has two peer organizations with one peer each and a single node raft ordering service. You can also use the ./network.sh script to create channels and deploy the fabcar chaincode. For more information, see Using the Fabric test network. The test network is being introduced in Fabric v2.0 as the long term replacement for the first-network sample.

Before you can deploy the test network, you need to follow the instructions to Install the Samples, Binaries and Docker Images in the Hyperledger Fabric documentation.