Skip to content

Commit d472bca

Browse files
Link existing FSC examples
Signed-off-by: Marcus Brandenburger <[email protected]>
1 parent 36a60d3 commit d472bca

File tree

1 file changed

+19
-0
lines changed
  • samples/deployment/fabric-smart-client

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Fabric Smart Client
2+
3+
Fabric Private Chaincode integrates with the [Fabric Smart Client](https://github.com/hyperledger-labs/fabric-smart-client) to build complex distributed-applications while simplify the development and testing.
4+
In particular, with Fabric Smart Client, it becomes easy to build and test prototypes and proof-of-concepts without the need to deploy a Fabric network.
5+
That is, developers can focus on the development of the FPC chaincode.
6+
7+
The Fabric Smart Client integrates the FPC Client API to interact with a FPC Chaincode and protect the invocation arguments.
8+
Moreover, the deployment process of a FPC Chaincode is integrated in the test network suite provided by Fabric Smart Client.
9+
The FPC developer just packages the FPC Chaincode as a docker image and points to it in the Fabric network definition.
10+
11+
## Getting started
12+
13+
The Fabric Smart Client (FSC) repository contains a neat tutorial how FSC can be used with FPC.
14+
It shows how to setup a Fabric network, deploy the FPC echo chaincode (see [/samples/chaincode/echo](../../chaincode/echo)), and invoke it from a FSC view.
15+
You can find the tutorial [here](https://github.com/hyperledger-labs/fabric-smart-client/tree/main/integration/fabric/fpc/echo).
16+
17+
## More advanced example
18+
19+
In [/samples/demos/irb](../../demos/irb) we give a more advanced example of how the Fabric Smart Client is used to build a complex demo with Fabric Private Chaincode.

0 commit comments

Comments
 (0)