File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
pages/developers/p2p-networking/extensions Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : P2P Networking round-based Extension
3
+ description : An overview of the round-based extension for the P2P networking utilities provided by the blueprint SDK.
4
+ ---
5
+
6
+ # ` round-based ` extension for P2P Networking
7
+
8
+ [ round-based] is an MPC framework that unifies and simplifies the way of developing and working with multiparty
9
+ protocols (e.g. threshold signing, random beacons, etc.).
10
+
11
+ To enable the extension, add the following to your ` Cargo.toml ` :
12
+
13
+ ``` toml
14
+ [dependencies ]
15
+ blueprint-sdk = { version = " 0.1.0" , features = [" round-based-compat" , ...]}
16
+ ```
17
+
18
+ The extension provides multiple wrappers, with the primary one being the [`RoundBasedNetworkAdapter`].
19
+
20
+ # Example
21
+
22
+ <!-- TODO: Add example -->
23
+
24
+ [round-based]: https://crates.io/crates/round-based
25
+ [`RoundBasedNetworkAdapter`]: https://docs.rs/blueprint_networking_round_based_extension/latest/blueprint_networking_round_based_extension/struct.RoundBasedNetworkAdapter.html
You can’t perform that action at this time.
0 commit comments