Skip to content

Commit ea3f01d

Browse files
committed
update samples readme and fix main readme
Signed-off-by: munapower <mmunaro@hotmail.com>
1 parent 2f67c99 commit ea3f01d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ git clone --recursive https://github.com/hyperledger/fabric-private-chaincode.gi
157157
There are two different ways to develop Fabric Private Chaincode.
158158

159159
### Option 1: Using the Docker-based FPC Development Environment
160-
Using our preconfigured Docker container development environment or setting up your local system with all required software dependencies to build and develop chaincode locally. [Option 1](docs/setup-option1.md)
160+
Using our preconfigured Docker container development environment. [Option 1](docs/setup-option1.md)
161161

162162
### Option 2: Setting up your system to do local development
163163

@@ -174,7 +174,7 @@ cd $FPC_PATH
174174
make docker
175175
make
176176
```
177-
177+
178178
Besides the default target, there are also following make targets:
179179
- `build`: build all FPC build artifacts
180180
- `docker`: build docker images

samples/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# Hyperledger Fabric Private Chaincode Samples
22

3+
In the [samples](samples) folder you find a few examples how to develop applications using FPC and run them
4+
on a Fabric network.
5+
In particular, [samples/application](samples/application) contains examples of the FPC Client SDK for Go.
6+
In [samples/chaincode](samples/chaincode) we give illustrate the use of the FPC Chaincode API;
7+
and in [samples/deployment](samples/deployment) we show how to deploy and run FPC chaincode on the Fabric-samples test network and with K8s (minikube).

0 commit comments

Comments
 (0)