bevel icon indicating copy to clipboard operation
bevel copied to clipboard

Enable support for Fabric Private Chaincode

Open mbrandenburger opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Fabric Private Chaincode is a new type of Fabric Chaincode which allows to execute smart contracts with the help of trusted execution environments (i.e., Intel SGX) to enhance protection of a smart contract and data.

Fabric Private Chaincode requires the use of external builders / chaincode-as-a-service feature in Fabric. Adding support for this may required to resolve issue #1284 first.

mbrandenburger avatar Jun 11 '21 15:06 mbrandenburger

External chaincode support has been added as per #2293 The Private chaincode or private data collection can be tested now.

sownak avatar Jun 13 '23 09:06 sownak

Stale issue, closing it

suvajit-sarkar avatar Apr 22 '24 13:04 suvajit-sarkar