FFFrancisco Figueirainfranciscofigueira.hashnode.dev·Oct 3, 2023 · 15 min readVirtual Machines: An Introduction to BlockchainsIn the final part of this series, we'll learn about virtual machines, and what they can do in conjunction with blockchains. We'll: Learn about virtual machines and smart contracts. Code a virtual machine. Integrate the virtual machine into our blo...00
FFFrancisco Figueirainfranciscofigueira.hashnode.dev·Oct 3, 2023 · 27 min readPeer to Peer Networks: An Introduction to BlockchainsIn this part, we'll construct a Peer to peer-to-peer(P2P) network to decentralize our blockchain. We'll: Learn about networks that are formed over the internet. How traditionally the connections in that network are to a centralized server, and how d...00
FFFrancisco Figueirainfranciscofigueira.hashnode.dev·Oct 3, 2023 · 18 min readCryptocurrencies: An Introduction to BlockchainsIn this part, we'll be adding a cryptocurrency to our blockchain. We'll: Learn about digital signatures which are used in the vast majority of Internet communications. Use digital signatures to authenticate users in our blockchain, and create new m...00
FFFrancisco Figueirainfranciscofigueira.hashnode.dev·Oct 3, 2023 · 10 min readCoding a Blockchain: An Introduction to BlockchainsIn this part, we'll begin coding our blockchain. We'll : Learn about hash functions a core element in the architecture of blockchains. Use hash functions to construct Blocks. Link the blocks together to build a Blockchain. Run the blockchain. T...00
FFFrancisco Figueirainfranciscofigueira.hashnode.dev·Oct 3, 2023 · 5 min readBlockchain Concepts: An Introduction to BlockchainsThis series will aim to explain the principles behind blockchain systems. We'll be introducing some of the technologies that enable blockchains, and applying them to building our blockchain. In this first part, we'll cover the following topics: Conc...00