Skip to content

Commit ba9f59c

Browse files
Merge pull request #7 from IBM/branch-sm
Update WIKI.md
2 parents f8cda64 + 21d4332 commit ba9f59c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

WIKI.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Short Title
22

3-
Postgre SQL Database as a Fabric Wallet
3+
Demonstrate the methodology to use Postgre SQL Database as a Fabric Wallet using Fabric Node SDK
44

55

66

77
# Long Title
88

9-
Demonstrate the methodology to use Postgre SQL Database as a Fabric Wallet using Fabric Node SDK
9+
Setup PostgreSQL containerized using Kubernetes and configure as Hyperledger Fabric Wallet
1010

1111

1212
# Author
@@ -31,7 +31,7 @@ NA
3131

3232
# Summary
3333

34-
The Hyperledger Fabric SDK for Node.js provides a powerful API to interact with a Hyperledger Fabric blockchain. It provides default file-system wallet for storing fabric certificate and also provides a way to store certificates in Couch DB but not in Postgres. Explore this pattern further to understand how to use Postgres DB as Fabric wallet.
34+
Hyperledger Fabric uses appropriate enrollment certificates while interacting with the blockchain network. The Hyperledger Fabric SDK for Node.js provides APIs to interact with a Hyperledger Fabric blockchain. Fabric Node SDK provides default file-system wallet for storing fabric certificate. File system wallet stores user certificate in folders. This approach does not provide required security, flexibility and also impacts scalability. Explore this pattern further to understand how to use PostgreSQL DB as Fabric wallet.
3535

3636
# Technologies
3737

@@ -59,9 +59,9 @@ In this code pattern we use IBM Blockchain Platform to setup the fabric network,
5959

6060

6161
* Hyperledger Fabric network is setup using IBM Blockchain Platform.
62-
* Configure and deploy Postgre SQL database in container.
62+
* Configure and deploy containerised Postgre SQL database using Kubernetes.
6363
* Deploy the client application using Fabric SDK for Node.js through which user can communicate with blockchain network.
64-
* User will register/enroll to the blockchain network as a first step. The generated certificates will be stored in Postgre SQL DB. These certificates will be used to do further transactions with blockchain network.
64+
* To comunicate with blockchain network, users need to register and enroll with the network which will generate enrollment certificates and store in PostgreSQL DB. These certificates will be used further for communication with the network.
6565

6666

6767
# Instructions

0 commit comments

Comments
 (0)