Skip to content

Commit 68ef7b1

Browse files
committed
feat: partial round-based compat page
1 parent ac0ab84 commit 68ef7b1

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)