From 66dd41f5986c95850c03ea160299a6ff33be8e83 Mon Sep 17 00:00:00 2001 From: Rafael Belchior Date: Wed, 7 Jun 2023 01:14:57 -0400 Subject: [PATCH 1/2] 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]. From 5bb35f9c20176a39b99afc8a0eafe2825f4ff02c Mon Sep 17 00:00:00 2001 From: Rafael Belchior Date: Thu, 22 Jun 2023 21:22:16 -0400 Subject: [PATCH 2/2] docs(readme): update citation --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4eeefded7..11066a4a6 100644 --- a/README.md +++ b/README.md @@ -320,10 +320,18 @@ At the moment, there are multiple test suites of interest: ``` ## 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}, } +Please use the following BibTex entry to cite this work while an official paper is not available: + +@report{dendreth2023, +author = {Armenchev, Simeon and Belchior, Rafael and Dimov, Dimo and Ivanichkov, Emil and Karadjov, Zahary and Kirkov, Kristin and Kirov, Petar and Miladinov, Yordan}, +title = {DendrETH: A smart contract implementation of the Ethereum light client sync protocol}, +year = {2023}, +institution = {Metacraft Labs and Blockdaemon}, +number = {0}, +url = {https://github.com/metacraft-labs/DendrETH}, +note = {Accessed: 21-June-2023} +} ## License