[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgohar authored Oct 17, 2018
1 parent 780a1f1 commit 6367c12
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion fabric-samples/chaincode/SimpleChaincode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,27 @@
1- Start the example use command
```
cd ~ /Blockchain-HyperledgerFabric-Course/fabric-samples/chaincode/SimpleChaincode
./startFabric.sh
```
1.1- Node Example
```
./startFabric.sh node
```
1.2- Go Example
```
./startFabric.sh golang
```

1.3- Java Example
```
./startFabric.sh java
```

2- Clean running Docker containers
```
docker rm -f $(docker ps -aq)
```

EOF

2- Change dir to ( client ) folder and execute below commands
```
Expand Down

0 comments on commit 6367c12

Please sign in to comment.