This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
docs/getting-started/deployment Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,10 @@ sidebar_position: 2
1414 cd mpc-demo-infra
1515 ```
1616
17- 1 . Install non-Python dependencies:
17+ 1 . Set up the environment and install dependencies:
1818
1919 ``` bash
20- ./setup_env.sh --setup-mpspdz
21- ```
22-
23- 1 . Install Python dependencies
24- ``` bash
25- poetry install
20+ ./setup_env.sh --setup-local
2621 ```
2722
28231 . Create the following configuration files at the repository root:
@@ -86,3 +81,8 @@ sidebar_position: 2
8681 poetry run consumet-api-run
8782 ```
8883
84+ 1 . Start the ` Notary Server `
85+ ``` bash
86+ ../tlsn/notary/target/release/notary-server
87+ ```
88+
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Follow the steps below on each server before deploying:
3838
3939 1. Install other dependencies:
4040 ` ` ` bash
41- ./setup_env.sh --setup-mpspdz
41+ ./setup_env.sh
4242 ` ` `
4343
44441. Install Python dependencies
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ If you encounter issues:
1010
11111 . Ensure all dependencies are correctly installed.
12122 . Check that the required ports (8005-8008, 8010-8100) are not in use.
13- 3 . Verify that TLSN and MP-SPDZ exit in the correct locations (` ../tlsn ` and ` ../MP-SPDZ ` ).
14- 4 . For MP-SPDZ issues, ensure that
15- - you've added ` MOD = -DGFP_MOD_SZ=5 ` to ` CONFIG.mine ` .
16- - you've generated certificates for computation parties. If not, run ` Scripts/setup-ssl.sh ` under ` ../ MP-SPDZ` .
17- - you've rebuilt the VM. If not, run ` make replicated-ring-party.x ` under ` ../ MP-SPDZ` .
13+ 3 . Verify that symbolic links to ` tlsn ` and ` MP-SPDZ ` exist in the expected locations (` ../tlsn ` and ` ../MP-SPDZ ` relative to the repository root ).
14+ 4 . For ` MP-SPDZ ` issues, ensure that:
15+ - you've added ` MOD = -DGFP_MOD_SZ=5 ` to ` MP-SPDZ/ CONFIG.mine` at the repository root .
16+ - you've generated certificates for computation parties. If not, run ` Scripts/setup-ssl.sh ` under ` MP-SPDZ ` directory at the repository root .
17+ - you've rebuilt the VM. If not, run ` make replicated-ring-party.x ` under ` MP-SPDZ ` directory at the repository root .
18185 . If you run into Docker-related issues, try these commands to clean up your environment:
1919 ``` bash
2020 docker system prune -a --volumes
You can’t perform that action at this time.
0 commit comments