Skip to content

Commit

Permalink
added a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CluEleSsUK committed Dec 24, 2022
1 parent da68db2 commit 62b9741
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 🦀 drand-client-rs

A simple drand client implementation written in rust

## Roadmap
- [x] http transport
- [x] json parser
- [x] chained scheme
- [ ] unchained scheme
- [ ] unchained scheme with G1 and G2 swapped
- [ ] protobuf parser
- [ ] libp2p transport
- [ ] nicer error messages
- [ ] comprehensive testing
- [ ] rustdoc
- [ ] github actions for testing
- [ ] examples

0 comments on commit 62b9741

Please sign in to comment.