by Oscar Jofre | Nov 20, 2018 | Blockchain, KoreChain, KoreConX
We saw in Part 1 that linked lists provide the conceptual foundation for blockchain, where a ‘block’ is a package of data and blocks are strung together by some type of linking mechanism such as pointers, references, addresses, etc. In this Part 2, we will see how...
by Oscar Jofre | Nov 14, 2018 | Blockchain, KoreChain, KoreConX
Blockchain is not just a single technology but a package of a number of technologies and techniques. The rich lexicon in the blockchain includes terms such as Merkle trees, sharding, state machine replication, fault tolerance, cryptographic hashing, zero-knowledge...
by Oscar Jofre | Oct 16, 2018 | Blockchain
Forking seems to be an integral part of the Blockchain architecture. This is due to Blockchain’s decentralized nature and the need to establish systemic trust among multiple participants (who are generally unknown to each other and therefore untrustworthy by...