Skip to content

Commit c2943f2

Browse files
committed
misc: update readme, add author
1 parent 448ecde commit c2943f2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Diff for: Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[package]
2+
authors = ["version513 at StorSwift Labs"]
23
name = "drand"
34
version = "0.0.1"
45
edition = "2021"

Diff for: README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
# Notice
1+
# drand-rs [WIP]
22

3-
Main branch currently support the drand-go 1.5.8 binary . To check for versions greater than this , look into the other branches
4-
5-
# drand-rs
6-
7-
**This project is currently at the prototype stage and does not contain full functionality. Codebase uploaded only for demonstration purpose and does not reflect the final quiality. For production usage, please visit [Drand Golang implementation](https://github.com/drand/drand)**
3+
**Note: The project is currently at the prototype stage and does not contain full functionality. Codebase uploaded only for demonstration purpose. The main branch is configured to interact with [v1.5.8-testnet](https://github.com/drand/drand/releases/tag/v1.5.8-testnest). For production usage, please visit [Drand Golang implementation](https://github.com/drand/drand)**
84

95

106
## Motivation
@@ -24,7 +20,7 @@ cargo build --release --features arkworks
2420
# or
2521
cargo build --release --features blstrs
2622
```
27-
2. Download golang binary [binary v1.5.8](https://github.com/drand/drand/releases/tag/v1.5.8-testnest) (tested on linux amd64)
23+
2. Download golang binary [v1.5.8-testnest](https://github.com/drand/drand/releases/tag/v1.5.8-testnest) (tested on linux amd64)
2824

2925
Rename binaries into **drand_go** and **drand_rs** accordingly and place them into [make_demo](/make_demo/) folder.
3026

0 commit comments

Comments
 (0)