From 6c79faab47cbfe5b6796b9470be9a96a676d69d2 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Tue, 29 Nov 2022 18:25:22 -0600 Subject: [PATCH] init drand project --- aqua-examples/drand/.gitignore | 5 +++++ aqua-examples/drand/README.md | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 aqua-examples/drand/.gitignore create mode 100644 aqua-examples/drand/README.md diff --git a/aqua-examples/drand/.gitignore b/aqua-examples/drand/.gitignore new file mode 100644 index 0000000..bbccc88 --- /dev/null +++ b/aqua-examples/drand/.gitignore @@ -0,0 +1,5 @@ +debug/ +target/ +Cargo.lock +**/*.bk +**/*.bak diff --git a/aqua-examples/drand/README.md b/aqua-examples/drand/README.md new file mode 100644 index 0000000..fdc8a7c --- /dev/null +++ b/aqua-examples/drand/README.md @@ -0,0 +1,9 @@ +# League Of Entropy Drand + +WIP + +see: [drand](https://drand.love/) and [drand -verify](https://crates.io/crates/drand-verify) + +Servies: Almost done +Aqua: Coming soon +Docs: Coming soon