BLOCKO Tech
BLOCKO Tech
Blockchain technology began to emerge from a white paper published by Satoshi Nakamoto in 2008. Cryptocurrency is a representative example of using blockchain technology. This article introduces another example of using the blockchain technology for our daily lives by making…
In the previous episode, we have compared Fabric and other blockchains on their basic characteristics and consensus algorithms. (Link to the previous episode -> Comparison between Hyperledger Fabric – Episode 1) This episode examines some of the factors to consider…
Hyperledger Fabric(hereafter referred to as “Fabric”) is an opensource blockchain platform led by IBM. When compared with other blockchains, Fabric has several distinctive differences. This article will explain the differences between typical blockchains and Fabric. Utilizing blockchain for synchronizing…
Overview of synchronization using Raft Consensus This article aims to provide a conceptual explanation of how data is saved and synchronized between nodes(servers) on Raft. Please refer to the previous article(Consensus for AERGO Private Environment) for a general overview of…
Introduction Algorithms for applying the same data in the same order in a distributed environment connected through networks are called consensus algorithms. In a blockchain, blocks will be the data subject to agreement. The blockchain consensus algorithm serves to maintain…