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 Mar 25, 2025. It is now read-only.
1. Create the configuration file at the repository root:
66
34
-`.env.coord`
67
35
```
@@ -90,36 +58,14 @@ Ensure that you are at the repository root before proceeding.
90
58
1. Rename the private key and certificate files of your domain as `privkey.pem` and `fullchain.pem` respectively and add them to `mpc_demo_infra/ssl_certs` directory.
91
59
92
60
1. Start the server
61
+
Ensure that you are at the repository root before proceeding.
62
+
93
63
```bash
94
64
poetry run coord-run
95
65
```
96
66
97
67
## Deploying Computation Party Server instances
98
68
Perform the following steps on each of the three servers running a Computation Party Server instance.
99
-
Ensure that you are at the repository root before proceeding.
1. Create the configuration file at the repository root:
125
71
-`.env.party`
@@ -148,15 +94,15 @@ Ensure that you are at the repository root before proceeding.
148
94
1. Rename the private key and certificate files of your domain as `privkey.pem` and `fullchain.pem` respectively and add them to `mpc_demo_infra/ssl_certs` directory.
149
95
150
96
1. Start the `Computation Party Server`
97
+
Ensure that you are at the repository root before proceeding.
98
+
151
99
In the command below, replace `%PARTY_ID%` with the party ID assigned to the server (0, 1, or 2) and replace `%PORT%` with 8006, 8007, or 8008 for Party 0, Party 1, and Party 2, respectively.
152
100
153
101
```bash
154
102
PORT=%PORT% PARTY_ID=%PARTY_ID% poetry run party-run
155
103
```
156
104
157
105
## Deploying the Data Consumer API Server
158
-
Ensure that you are at the repository root before proceeding.
159
-
160
106
1. Create the configuration file at the repository root:
161
107
-`.env.consumer_api`
162
108
```
@@ -183,27 +129,15 @@ Ensure that you are at the repository root before proceeding.
183
129
1. Rename the private key and certificate files of your domain as `privkey.pem` and `fullchain.pem` respectively and add them to `mpc_demo_infra/ssl_certs` directory.
184
130
185
131
1. Start the server
132
+
Ensure that you are at the repository root before proceeding.
133
+
186
134
```bash
187
135
poetry run consumet-api-run
188
136
```
189
137
190
138
## Deploying the Notary Server
191
139
Ensure that you are at the repository root before proceeding.
0 commit comments