IBM / global-financing-blockchain

A global finance application on blockchain developed using the IBM Blockchain Platform Extension for VS Code
https://developer.ibm.com/patterns/global-financing-use-case-for-blockchain/
Apache License 2.0
69 stars 73 forks source link

Feature Request: Create a wallet for every member and use the member's wallet to interact with the application. #25

Open TasinIshmam opened 4 years ago

TasinIshmam commented 4 years ago

subject: Request To extend the code pattern. about: Create a wallet for every member and use the member's wallet to interact with the application.

Proposal

The README mentions one of the possible ways to extend the code pattern is as follows: "Create a wallet for every member and use the member's wallet to interact with the application."

I'm a new contributor and I was hoping to get permission to develop this feature.

Motivation

This enhancement would better help demonstrate how to enroll new users using the Fabric CA, how to create identities on the wallet and use identities to invoke chaincode.

Please let me know if it's alright for me to start working on this feature. Thank you.