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.
95 lines
2.4 KiB
95 lines
2.4 KiB
% 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"
|
|
|
|
@article{bitcoin,
|
|
author = {Nakamoto, Satoshi},
|
|
year = {2009},
|
|
month = {03},
|
|
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
|
|
journal = {Cryptography Mailing list at https://metzdowd.com}
|
|
}
|
|
|
|
@misc{blockchain,
|
|
author = "{Wikipedia}",
|
|
title = "Blockchain",
|
|
url = "https://en.wikipedia.org/wiki/Blockchain"
|
|
}
|
|
|
|
@online{ethereum-whitepaper,
|
|
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}
|
|
}
|
|
|
|
@book{ethereum-mastering,
|
|
author = {Andreas M Antonopoulos, Gavin Wood},
|
|
title = {Mastering Ethereum: Building Smart Contracts and DApps},
|
|
date = {2018},
|
|
publisher = {O'Reilly Media},
|
|
isbn = {1491971940 },
|
|
OPTurl = {https://cypherpunks-core.github.io/ethereumbook/},
|
|
}
|
|
|
|
@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"
|
|
}
|
|
|
|
@misc{merkle-dags-proto-school,
|
|
author = "ProtoSchool",
|
|
title = "Merkle DAGs: Structuring Data for the Distributed Web",
|
|
url = "https://proto.school/merkle-dags/"
|
|
}
|
|
|
|
@misc{ipfs,
|
|
title = "IPFS",
|
|
url = "https://ipfs.io/"
|
|
}
|
|
|
|
@misc{ipfs-docs,
|
|
title = "IPFS documentation",
|
|
url = "https://docs.ipfs.io/"
|
|
}
|
|
|
|
@misc{orbitdb,
|
|
title = {OrbitDB},
|
|
url = {https://orbitdb.org}
|
|
}
|
|
|
|
@misc{orbitdb-guide,
|
|
title = {Getting Started with OrbitDB},
|
|
url = {https://github.com/orbitdb/orbit-db/blob/main/GUIDE.md}
|
|
}
|
|
|
|
@inproceedings{p2p-networking,
|
|
author={Schollmeier, R.},
|
|
booktitle={Proceedings First International Conference on Peer-to-Peer Computing},
|
|
title={A Definition of Peer-to-Peer Networking for the Classification of Peer-to-Peer Architectures and Applications},
|
|
year={2001},
|
|
pages={101-102},
|
|
doi={10.1109/P2P.2001.990434}
|
|
}
|
|
|