code example for article: "proof of history explained" published on medium
-
Updated
Jan 7, 2021 - Rust
code example for article: "proof of history explained" published on medium
🗄 A DNS server using the high-speed Solana blockchain as the backing datastore. (WIP)
K2 is the current settlement layer within Koii and provides the functionality of a message hub to other systems in the network. Thanks to the incredible work of the Solana Labs team, K2 is able to use Proof of History to achieve 0.2-second transaction times and thousands of transactions per second.
Proof of History in Golang. Taking key concepts from the Solana whitepaper and providing examples in Go
Proof of History is the primary consensus algorithm used in the popular blockchain architecture Solana. We have demonstrated the implementation of the Proof of History model using Python.
Les mécanismes de consensus permettent de se mettre d'accord sur une version commune et unique des données partagées par une blockchain, et ce, malgré la possible présence de nœuds défaillants ou malveillants. Le solde et l'état du réseau doivent être synchronisés sur la majorité des nœuds pour éviter les problèmes de double dépense.
Les mécanismes de consensus permettent de se mettre d'accord sur une version commune et unique des données partagées par une blockchain, et ce, malgré la possible présence de nœuds défaillants ou malveillants. Le solde et l'état du réseau doivent être synchronisés sur la majorité des nœuds pour éviter les problèmes de double dépense.
The main consensus of blockchain technologies
Add a description, image, and links to the proof-of-history topic page so that developers can more easily learn about it.
To associate your repository with the proof-of-history topic, visit your repo's landing page and select "manage topics."