Skip to content

Commit 405f75d

Browse files
authored
Adoped paper.bib for easier citation
1 parent 323a419 commit 405f75d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

paper.bib

+13-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
Please contact andreas.unterweger@en-trust.at for details.
1+
@article{Knirsch19a,
2+
abstract = {Blockchains are proposed for many application domains apart from nancial transactions. While there are generic blockchains that can be molded for specific use cases, they often lack a lightweight and easy-to-customize implementation. In this paper, we introduce the core concepts of blockchain technology and investigate a real-world use case from the energy domain, where customers trade portions of their photovoltaic power plant via a blockchain. This does not only involve blockchain technology, but also requires user interaction. Therefore, a fully custom, private and permissioned blockchain is implemented from scratch. We evaluate and motivate the need for blockchain technology within this use case, as well as the desired properties of the system. We then describe the implementation and the insights from our implementation in detail, serving as a guide for others and to show potential opportunities and pitfalls when implementing a blockchain from scratch.},
3+
author = {Knirsch, Fabian and Unterweger, Andreas and Engel, Dominik},
4+
journal = {EURASIP Journal on Information Security},
5+
keywords = {blockchain,implementation,practical insights,private chain},
6+
title = {{Implementing a Blockchain from Scratch: Why, How, and What We Learned}},
7+
month = {3},
8+
year = {2019},
9+
doi = {10.1186/s13635-019-0085-3},
10+
pages = {1--14},
11+
volume = {2019},
12+
number = {2},
13+
}

0 commit comments

Comments
 (0)