hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
154 stars 91 forks source link

Sign a transaction data via Wallet #551

Closed kameshpal closed 1 year ago

kameshpal commented 1 year ago

Hi team,

I have integrated azure key vault as a custom wallet to node.js client sdk. We understand that currently gateway transaction submit method will fetch private key from wallet and sign the data and transaction is submitted. So, we are exploring on opportunities to enable wallet to sign a transaction and submit the same. This helps us to restrict private key details with wallet itself. Could some help me in this regards?

Thanks in Advance, Kamesh p @azure key vault @nodejs

bestbeforetoday commented 1 year ago

@kameshpal Is this a question about how to make your Azure key vault integration work with the fabric-network package or the @hyperledger/fabric-gateway package?

bestbeforetoday commented 1 year ago

No response so closing