Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Jul 28, 2023
1 parent 12c8b5c commit a284c5b
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,8 @@

_This project is under active development. For questions, please join us at [Threshold Network Discord](https://discord.com/invite/threshold&ved=2ahUKEwivucaW2Y3-AhXiwosKHQCEAKUQFnoECA0QAQ&usg=AOvVaw08x-9JYJFDcd6PEOx0xAeg)_

_See original README.md below_

## Testing

```bash
cargo test --no-default-features
```

---

# Ferveo

A synchronous Distributed Key Generation protocol for front-running protection on public blockchains.

## About
Expand All @@ -39,15 +29,21 @@ A preprint paper describing the construction of Ferveo and the novel cryptosyste

## Build

A Rust toolchain with version `>= 1.53.0` is required. In the future, Ferveo will target the `stable` toolchain.
A Rust toolchain with version `>= 1.65.0` is required. In the future, Ferveo will target the `stable` toolchain.
Installation via [rustup](https://rustup.rs/) is recommended.

Run `cargo build --release` to build.
Please note that performance may be significantly poorer when compiling in `Debug` mode.

## Testing

Run `cargo test --release` to run tests. Please note that performance may be significantly poorer when testing

```bash

```


Run `cargo test --no-default-features --release` to run tests. Please note that performance may be significantly poorer when testing
in `Debug` mode.

## Benchmarks
Expand Down

0 comments on commit a284c5b

Please sign in to comment.