Skip to content

Commit 44e49a8

Browse files
committed
Add info about discord to readme
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 08f0e17 commit 44e49a8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
![License: MIT](https://img.shields.io/crates/l/round-based.svg)
22
[![Docs](https://docs.rs/round-based/badge.svg)](https://docs.rs/round-based)
33
[![Crates io](https://img.shields.io/crates/v/round-based.svg)](https://crates.io/crates/round-based)
4+
[![Discord](https://img.shields.io/discord/905194001349627914?logo=discord&logoColor=ffffff&label=Discord)](https://discordapp.com/channels/905194001349627914/1285268686147424388)
45

56
An MPC framework that unifies and simplifies the way of developing and working with
67
multiparty protocols (e.g. threshold signing, random beacons, etc.).
@@ -36,3 +37,6 @@ the documentation of the protocol you're using), but usually they are:
3637

3738
* `dev` enables development tools such as protocol simulation
3839
* `runtime-tokio` enables tokio-specific implementation of async runtime
40+
41+
## Join us in Discord!
42+
Feel free to reach out to us in Discord!

round-based/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! ![License: MIT](https://img.shields.io/crates/l/round-based.svg)
22
//! [![Docs](https://docs.rs/round-based/badge.svg)](https://docs.rs/round-based)
33
//! [![Crates io](https://img.shields.io/crates/v/round-based.svg)](https://crates.io/crates/round-based)
4+
//! [![Discord](https://img.shields.io/discord/905194001349627914?logo=discord&logoColor=ffffff&label=Discord)](https://discordapp.com/channels/905194001349627914/1285268686147424388)
45
//!
56
//! An MPC framework that unifies and simplifies the way of developing and working with
67
//! multiparty protocols (e.g. threshold signing, random beacons, etc.).
@@ -36,6 +37,9 @@
3637
//!
3738
//! * `dev` enables development tools such as [protocol simulation](simulation)
3839
//! * `runtime-tokio` enables [tokio]-specific implementation of [async runtime](runtime)
40+
//!
41+
//! ## Join us in Discord!
42+
//! Feel free to reach out to us [in Discord](https://discordapp.com/channels/905194001349627914/1285268686147424388)!
3943
4044
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg, doc_cfg_hide))]
4145
#![forbid(unused_crate_dependencies, missing_docs)]

0 commit comments

Comments
 (0)