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