You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
% examples... for more check out this:
|
|
|
|
% https://www.overleaf.com/learn/latex/bibliography_management_with_bibtex
|
|
|
|
|
|
|
|
% proposed label naming convention: "chapter.subchapter-descriptive_name"
|
|
|
|
% for example: "2.2.2-why-gpg-is-awesome"
|
|
|
|
|
|
|
|
@online{ethereum,
|
|
|
|
author = {Vitalik Buterin},
|
|
|
|
title = {Ethereum Whitepaper},
|
|
|
|
date = {2013},
|
|
|
|
urldate = {2021-06-28},
|
|
|
|
url = {https://ethereum.org/en/whitepaper}
|
|
|
|
}
|
|
|
|
|
|
|
|
@article{ethereum-smart-contracts,
|
|
|
|
author = {Savelyev, Alexander},
|
|
|
|
year = {2017},
|
|
|
|
month = {04},
|
|
|
|
pages = {1-19},
|
|
|
|
title = {Contract law 2.0: ‘Smart’ contracts as the beginning of the end of classic contract law},
|
|
|
|
volume = {26},
|
|
|
|
journal = {Information & Communications Technology Law},
|
|
|
|
doi = {10.1080/13600834.2017.1301036}
|
|
|
|
}
|
|
|
|
|
|
|
|
@online{merkle-tree,
|
|
|
|
author = "Wikipedia",
|
|
|
|
title = "Merkle tree",
|
|
|
|
url = "https://en.wikipedia.org/wiki/Merkle_tree"
|
|
|
|
}
|
|
|
|
|
|
|
|
@online{merkle-proofs-explained,
|
|
|
|
author = "Belavadi Prahalad",
|
|
|
|
title = "Merkle proofs Explained.",
|
|
|
|
date = "2018-01-07",
|
|
|
|
url = "https://medium.com/crypto-0-nite/merkle-proofs-explained-6dd429623dc5"
|
|
|
|
}
|
|
|
|
|
|
|
|
|