From 9229729d23f232473ef777aa8369888c333d8751 Mon Sep 17 00:00:00 2001 From: Rafael Belchior Date: Wed, 7 Jun 2023 01:14:57 -0400 Subject: [PATCH] docs: add suggested citation Signed-off-by: Rafael Belchior --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9fb87d6e7..4eeefded7 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,12 @@ At the moment, there are multiple test suites of interest: yarn hardhat test ``` +## Suggested citation +Please use the following BibTex entry to cite this work while a paper is not available: + +@report{dendreth2023, title = {DendrETH: Ethereum SNARK-Based Beacon Light Client for Multiple Blockchain Ecosystems}, url = {https://github.com/metacraft-labs/DendrETH}, number = {0}, institution = {Metacraft Labs and Blockdaemon}, author = {Ivanichkov, Emil and Dimov, Dimo and Armenchev, Simeon and Miladinov, Yordan and Kirkov, Kristin and Kirov, Petar and Karadjov, Zahary and Belchior, Rafael}, date = {2023}, } + + ## License All code within this repository is [licensed under GPLv3][16].