File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 33To enable SGX support for a Fabric peer start with a fresh copy of Fabric and
44apply our patch. https://github.com/hyperledger/fabric
55
6- We assume that you are familiar with build Fabric manually otherwise we
6+ We assume that you are familiar with building Fabric manually; otherwise we highly
77recommend to spend some time to build Fabric and run a simple network with a
88few peers and a ordering service.
99
@@ -18,7 +18,7 @@ Clone fabric and checkout the 1.4 release.
1818When building the peer make sure fabric is your `` GOPATH `` and you enable the
1919plugin feature. Otherwise our custom validation plugins can not be loaded.
2020
21- $ GO_TAGS=pluginsenabled EXPERIMENTAL=false DOCKER_DYNAMIC_LINK=true make peer
21+ $ GO_TAGS=pluginsenabled make peer
2222
2323To make your life easier we have prepared an example configuration and an
2424auction demo. You can copy `` sgxconfig `` to your fabric directory and modify
@@ -40,6 +40,9 @@ Place your client certificate and your SPID in the ``ias`` folder.
4040 cp client.key /path-to/fabric/sgxconfig/ias/client.key
4141 echo 'YOURSPID' | xxd -r -p > /path-to/fabric/sgxconfig/ias/spid.txt
4242
43+ We currently make use of ` unlinkable signatures ` for the attestation, thus, when registering with the IAS please choose
44+ unlinkable signatures.
45+
4346## Run the Auction
4447
4548Before you continue here build the other components, such as the chaincode
You can’t perform that action at this time.
0 commit comments