Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit e38843d

Browse files
committed
rephrase and change diagram
1 parent 5be39db commit e38843d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

-93.1 KB
Binary file not shown.

docs/getting-started/customization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sidebar_position: 3
44

55
# Customization
66

7-
Developers can modify and extend the boilerplate to create their own privacy-preserving applications. The ones marked with red are the ones that should be changed to customize for new data sources or different statistical operations.
7+
Developers can modify and extend the Binance ETH Balance Demo to create their own privacy-preserving applications. This can be using other data sources, different statistical operations, stricter verification for sharing data, etc.
88

9-
![Components to be customized](../components-to-be-customized.png)
9+
![Components Flow Diagram](../components-flow.png)
1010

1111

1212
Follow the steps below to customize the components.

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ slug: /
55

66
# Introduction
77

8-
MPCStats Demo Infrastructure is designed for privacy-preserving statistical survey using Multi-Party Computation (MPC). It enables multiple data providers to share inputs without exposing them to others while allowing the computation of aggregate statistics. The system is adaptable, supporting various data sources and statistical operations.
8+
[MPCStats Demo Infrastructure](https://github.com/zkStats/mpc-demo-infra/) is designed for privacy-preserving statistical survey using Multi-Party Computation (MPC). It enables multiple data providers to share inputs without exposing them to others while allowing the computation of aggregate statistics. The system is adaptable, supporting various data sources and statistical operations.
99

1010
## Why MPCStats Demo Infrastructure?
1111

0 commit comments

Comments
 (0)