You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2022. It is now read-only.
To run in Intel SGX hardware mode, use the corresponding docker compose file for singleton or worker pool mode (as specified in `BUILD.md <../BUILD.md>`_).
71
71
@@ -104,6 +104,7 @@ requires below changes.
104
104
the Avalon chaincodes which are located in (https://github.com/hyperledger/avalon/tree/master/sdk/avalon_sdk/connector/blockchains/fabric/chaincode)
105
105
106
106
.. code:: sh
107
+
107
108
cd$TCF_HOME
108
109
./scripts/start_fabric.sh -e
109
110
@@ -113,7 +114,8 @@ requires below changes.
113
114
Avalon shell and Avalon fabric connector need these crypto materials to interact with the blockchain.
114
115
115
116
.. code:: sh
116
-
scp -r ~/mywork <user_name>@<IP1>:~/
117
+
118
+
scp -r $TCF_HOME/mywork <user_name>@<IP1>:~/
117
119
118
120
3. If you choose the customized setup other than the start_fabric.sh (minifab) then create the network.json as in (https://github.com/hyperledger/avalon/blob/master/sdk/avalon_sdk/connector/blockchains/fabric/network.json)
119
121
@@ -125,11 +127,13 @@ requires below changes.
125
127
6. Start the Avalon components.
126
128
127
129
.. code:: sh
130
+
128
131
docker-compose -f docker-compose.yaml -f docker/compose/avalon-fabric.yaml up -d --build
129
132
130
133
To start a worker pool (with one Key Management Enclave and one Work order Processing Enclave):
131
134
132
135
.. code:: sh
136
+
133
137
docker-compose -f docker-compose.yaml -f docker/compose/avalon-pool.yaml -f docker/compose/avalon-fabric.yaml up -d --build
134
138
135
139
To run in Intel SGX hardware mode, use the corresponding Docker compose file for singleton or worker pool mode (as specified in BUILD.md).
@@ -138,6 +142,7 @@ requires below changes.
138
142
Go to the avalon-shell container to run generic_client.py
0 commit comments