% 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-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/" }