mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Readme for couch db
This commit is contained in:
parent
df9e14e1bf
commit
07204e131e
1 changed files with 9 additions and 1 deletions
|
|
@ -39,7 +39,11 @@ The Fabric test network is used to deploy and run this sample. Follow these step
|
|||
1. Create the test network and a channel (from the `test-network` folder).
|
||||
|
||||
```
|
||||
./network.sh up createChannel -c mychannel -ca
|
||||
Standard:
|
||||
./network.sh up createChannel -c mychannel -ca
|
||||
|
||||
CouchDb:
|
||||
./network.sh up createChannel -s couchdb
|
||||
```
|
||||
|
||||
1. Deploy one of the smart contract implementations (from the `test-network` folder).
|
||||
|
|
@ -59,7 +63,11 @@ The Fabric test network is used to deploy and run this sample. Follow these step
|
|||
- To deploy the **Go** chaincode implementation:
|
||||
|
||||
```shell
|
||||
Standard:
|
||||
./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-go/ -ccl go
|
||||
|
||||
CouchDb:
|
||||
./network.sh deployCC -ccn basic -ccv 1.0 -ccp ../asset-transfer-basic/chaincode-go -ccl go
|
||||
```
|
||||
|
||||
- To deploy the **Java** chaincode implementation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue