WHY IT MATTERS: Digital Transformation
214.8K views | +3 today
Follow
WHY IT MATTERS: Digital Transformation
Get weekly or monthly digest of all posts in your inbox: https://fmcs.digital/wim-subscribe
Curated by Farid Mheir
Your new post is loading...

Popular Tags for this blog

Current selected tags: 'Technology', 'Blockchain', 'Software Engineering'. Clear
Scooped by Farid Mheir
Scoop.it!

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the State Machine Replication in the #Libra #Blockchain

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the State Machine Replication in the #Libra #Blockchain | WHY IT MATTERS: Digital Transformation | Scoop.it

This report presents LibraBFT, a robust and efficient state machine replication system designed for the Libra Blockchain. LibraBFT is based on HotStuff, a recent protocol that leverages several decades of scientific advances in Byzantine fault tolerance (BFT) and achieves the strong scalability and security properties required by internet settings. LibraBFT further refines the HotStuff protocol to introduce explicit liveness mechanisms and provides a concrete latency analysis. To drive the integration with the Libra Blockchain, this document provides specifications extracted from a fully-functional simulator. These specifications include state replication interfaces and a communication framework for data transfer and state synchronization among participants. Finally, this report provides a formal safety proof that induces criteria to detect misbehavior of BFT nodes, coupled with a simple reward and punishment mechanism.

Farid Mheir's insight:

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the blockchain state machine is explained in a detailed whitepaper.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

No comment yet.
Scooped by Farid Mheir
Scoop.it!

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- Move: A Language With Programmable Resources for #Libra #Blockchain

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- Move: A Language With Programmable Resources for #Libra #Blockchain | WHY IT MATTERS: Digital Transformation | Scoop.it

We present Move, a safe and flexible programming language for the Libra Blockchain. Move is an executable bytecode language used to implement custom transactions and smart contracts. The key feature of Move is the ability to define custom resource types with semantics inspired by linear logic: a resource can never be copied or implicitly discarded, only moved between program storage locations. These safety guarantees are enforced statically by Move’s type system. Despite these special protections, resources are ordinary program values — they can be stored in data structures, passed as arguments to procedures, and so on. First-class resources are a very general concept that programmers can use not only to implement safe digital assets but also to write correct business logic for wrapping assets and enforcing access control policies. The safety and expressivity of Move have enabled us to implement significant parts of the Libra protocol in Move, including Libra coin, transaction processing, and validator management.

Farid Mheir's insight:

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the LIBRA new programming language MOVE is explained in a detailed whitepaper.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

No comment yet.
Scooped by Farid Mheir
Scoop.it!

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- The #Libra #Blockchain #whitepaper

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- The #Libra #Blockchain #whitepaper | WHY IT MATTERS: Digital Transformation | Scoop.it

The Libra Blockchain is a decentralized, programmable database designed to support a low-volatility cryptocurrency that will have the ability to serve as an efficient medium of exchange for billions of people around the world. We present a proposal for the Libra protocol, which implements the Libra Blockchain and aims to create a financial infrastructure that can foster innovation, lower barriers to entry, and improve access to financial services. To validate the design of the Libra protocol, we have built an open-source prototype implementation — Libra Core — in anticipation of a global collaborative effort to advance this new ecosystem.

Farid Mheir's insight:

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the LIBRA blockchain is explained in a detailed whitepaper.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

No comment yet.
Scooped by Farid Mheir
Scoop.it!

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the Life of a #Libra Transaction #Blockchain

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the Life of a #Libra Transaction #Blockchain | WHY IT MATTERS: Digital Transformation | Scoop.it

To get a deeper understanding of the lifecycle of a Libra transaction, we will follow a transaction on its journey from being submitted to a Libra validator to being committed to the Libra Blockchain. We will then “zoom-in” on each logical component of a validator and take a look at its interactions with other components.

Farid Mheir's insight:

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the life of a LIBRA trransaction is explained.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

Anthony Smith's curator insight, June 21, 2019 11:41 AM

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the life of a LIBRA trransaction is explained.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

Scooped by Farid Mheir
Scoop.it!

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the #Libra Protocol #Blockchain

Key #technology concepts behind @Faceboook #cryptocurrency are #openSource & documentation is available online- the #Libra Protocol #Blockchain | WHY IT MATTERS: Digital Transformation | Scoop.it

The Libra Blockchain is a cryptographically authenticated distributed database, and it is based on the Libra protocol. This document briefly describes the key concepts of the Libra protocol. For a detailed description of all the elements of the Libra protocol, refer to the Libra Blockchain technical paper

Farid Mheir's insight:

WHY IT MATTERS: Facebook announcement of its cryptocurrency called LIBRA will generate many comments but I expect few will take time to look at the technology behind the solution. Here, the LIBRA protocol is explained.

IMHO this is the most interesting piece as it lays out the required components to implement a blockchain solution. This will require knowledge and expertise that today few have. If LIBRA is a commercial success then expect others to leverage the same technology in their solutions. Thus, worth reading.

No comment yet.
Scooped by Farid Mheir
Scoop.it!

Learn #Blockchain in 2 Months - great program for those that is serious about using blockchain via @sirajraval

Blockchain technology is hot right now! I've devised a 2 month study plan to help you learn how blockchains and cryptocurrency works. This is the kind of curriculum I'd create for myself to learn, but I'm open sourcing it for you guys since I love you. We'll start with cryptography, move on to Bitcoin, then Ethereum, other cryptos, and finally Decentralized Applications.

Curriculum for this video: https://github.com/llSourcell/Learn_Blockchain_in_2_months 

Farid Mheir's insight:

WHY IT MATTERS: hearing so many people asking what is blockchain, I thought to share this to show that 1) it requires many new concepts and fundamentals 2) it can be done if you have the right mindset!

No comment yet.
Curated by Farid Mheir
Get every post weekly in your inbox by registering here: http://fmcs.digital/newsletter-signup/