Kehinde Sodiqdevadejare.hashnode.dev·Nov 14, 2024Introduction To Ethereum: Exploring The World Of Decentralized ComputingWhat is a blockchain? “Block” refers to data and state being stored in consecutive groups known as “blocks”. If you send ETH to someone else, the transaction data needs to be added to a block to be successful. “Chain” refers to the fact that each blo...DiscussBlockchain
Pranav Bawgikarpranavbawg.hashnode.dev·May 11, 2024Two-Fold System in Web3 TransactionsIntroduction The blockchain technology has revolutionized various industries by providing decentralized and transparent solutions to a wide range of problems. In the crypto space, you might often come across terms like "on-chain" or "off-chain." Simp...DiscussBlockchain
Abiodun Sabitublockpedal.com·Jan 10, 2024Blockchain in Plain LanguageThe first time I stumbled on the term blockchain was around 2012 while I was surfing the internet. Winter was coming, and I had just completed my undergraduate studies that year. For some funny reasons, I had assumed both blockchain and bitcoin were ...Discuss·14 likes·146 readsWhat is Blockchain
Prajwalsprajwal.hashnode.dev·Oct 28, 2023Fundamentals of the HyperledgerHyperledger is an open-source collaborative project hosted by the Linux Foundation. It serves as an umbrella for multiple blockchain and distributed ledger technology (DLT) projects. So, before understanding Hyperledger, you need to have a basic unde...Discuss·3 likes·128 readsBlockchain
Om Bhosaleombhosale1024.hashnode.dev·Oct 6, 2023Basic Understanding of Blockchain and How it Works?What is Blockchain? Before, entering the topic I want to tell you that, where the idea of it came from. The idea came from the article "How to digitally timestamp a document?" published by Stuart Haber and W. Scott Stornetta in 1991. Now coming to th...Discuss·30 readsBlockchain
Aditya Kumar Singhsaditya9211.hashnode.dev·Jul 14, 2023Account Abstraction in EthereumIntroduction Account abstraction is a revolutionary concept in Ethereum that separates the control of an externally owned account (EOA) from its associated private key. This abstraction provides numerous benefits, such as improved account management,...Discuss·1 likeEthereum
Amr Elhewyhewi.blog·Jun 5, 2023What is a blockchain in simple terms?Hello everyone! today I'm going to be talking about blockchain, what it is and give a simple code example of how to implement the simplest blockchain to ever exist. This is a new topic to me so I thought I'd share my simple understanding. Let's start...Discuss·34 readsBlockchain
Nupur Thakurnupurthakur.hashnode.dev·May 13, 2023Blockchain NodesWhat is Blockchain? Blockchain is a decentralized, digital ledger that records transactions in a secure and transparent manner. It is a distributed database that allows multiple parties to access and verify the data without the need for a central aut...DiscussBlockchain
Kai Niemiblog.cloudneutral.se·Apr 12, 2023Create a Ledger Utilizing CockroachDB - Part III - ArchitectureIn the third part of a series about RoachBank, a full-stack, financial accounting ledger running on CockroachDB, we will look into the design features and architectural mechanisms used. Problem Statement Let's begin by describing what the service doe...Discuss·64 readsdistributed ledger
Kai Niemiblog.cloudneutral.se·Apr 11, 2023Create a Ledger Utilizing CockroachDB - Part II - DeploymentIn this second part of a series about RoachBank, a full-stack financial accounting ledger running on CockroachDB, we will look at how to deploy the bank against a global, multi-regional CockroachDB cluster. Cloud Deployment The ledger provides a few ...Discuss·77 readsdistributed ledger