SlideShare a Scribd company logo
1 of 12
Download to read offline
First Transaction on Facebook Libra
Blockchain
blockchainexpert.uk
INTRODUCTION
In recent years blockchain technology has reached par in terms of extensiveness and robustness. The
fame of blockchain is skyrocketing when it is compared across counterparts software technologies.
Most of the software giants are searching for a key move in their existing technology with blockchain.
The reputation for term blockchain is higher for every software firm and is upheld everywhere. Some
think that it's the future of invention, at the same time, some believe that it's the beginning of a
decentralized era.
No matter what, currently nobody in the technological field is staying out from blockchain
development, no matter how small or big the firm is?
“LIBRA”, the term became popular when the software giant facebook adopted them. Last year laid a
surprise for all the centralized software company when Facebook proclaimed the concept
“Libra”.Everyone was curious to dig out what the Libra blockchain constitutes with?
Soon the curtain was unveiled and technological outbreak took place. The news spread like a wildfire
that Facebook is launching its own crypto-currency. The word “libra" is pointing to that news.
Facebook has already decided to implement their own crypto to its existing centralized platform.
But hows that possible, how can someone implement crypto to a centralized oriented software. This
was the question that pondered every mind.
Finally, everyone got the answer when Facebook launched their whitepaper two weeks back. Yes, they
are implementing libra coin as a payment system in facebook marketplace. To assure its robustness
and scalability, Facebook also launched a testnet, where blockchain developers can crosscheck the
working of Libra.
Here am explaining my first transaction in Libra Blockchain.
1. Initially clone the repository of facebook libra from GitHub by using the following command in the
command line.
git clone https://github.com/libra/libra.git
2. After successful cloning, you will get a folder named Libra in your computer. Open the folder and
enter into the libra folder by using
cd libra
3. Now you are inside the cloned libra package, now before running the libra blockchain in your
system, you need to install appropriate dependencies on it. In order to install all the necessary
dependencies, run the following commands.
./scripts/dev_setup.sh
The setup installs following action.
? Installs rustup — rustup is an installer for the Rust programming language, which Libra Core is
implemented in.
? Installs the required versions of the rust-toolchain.
? Installs CMake — to manage the build process.
? Installs protoc — a compiler for protocol buffers.
? Installs Go — for building protocol buffers.
4. Now your libra protocol is ready to connect with libra blockchain. In order to connect with testnet,
run the following commands.
./scripts/cli/start_cli_testnet.sh
5. Once the client connects to a node on the testnet, you will see the following output. To quit the
client at any time, use the quit command.
In order to create an account in libra testnet, enter the following command in testnet. Enter the
following command in testnet.
“account c”
It will show the following output:
One can create n number of accounts in the libra blockchain using this command. This will create an
account with an index number and unique libra blockchain address. Now, in order to list out all the
available account, one can use the following query.
“account list”
Following image shows, the creation of two accounts with an index of 0 and 1. And account list
command lists out the available account details.
Now, you have two accounts with an index of 0 and 1.As next step, you have to mint some libra coin
into each account. In order to add balance into account, you can use the index number of the
corresponding account.
account mint (index) (amount)
Now, check the balance of each account by using the following query.
query balance (index)
Now, we can transfer libra coin from one account to another by using the following query
transfer 0 1 10
Now as you can see, the balance from index 0 is reduced and balance of index 1 got increased by 10. So
now you understand how the first transaction in the libra blockchain is done. The libra testnet explains
the basic flow of libra blockchain. Instead of the block, they use a Merkle tool protocol to bind the
transaction and same way is also used to verify the transaction.
Moreover, Facebook is seeing Libra as a virtual currency in their marketplace and they are also planning
to launch a wallet called ”calibra”, which can be used to store libra for all Facebook users.
Click here to read more about : First Transaction on Facebook Libra
Blockchain
Cybrosys Limited
Alpha House,
100 Borough High Street,
London, Greater London
SE1 1LB, United Kingdom
Thank You !
info@blockchainexpert.uk
Mail UsUK Phone
+44 7414439281

More Related Content

Similar to First Transaction on Facebook Libra Blockchain

Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency appDylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
DevCamp Campinas
 
Blockchain Money PPTjthkgykjtjkhyjhj.pdf
Blockchain Money PPTjthkgykjtjkhyjhj.pdfBlockchain Money PPTjthkgykjtjkhyjhj.pdf
Blockchain Money PPTjthkgykjtjkhyjhj.pdf
mrmanojkumar1004
 
Blockchain Power.pdf
Blockchain Power.pdfBlockchain Power.pdf
Blockchain Power.pdf
nikhilsmo44
 

Similar to First Transaction on Facebook Libra Blockchain (20)

Cryptocurrency-Bitcoin
Cryptocurrency-BitcoinCryptocurrency-Bitcoin
Cryptocurrency-Bitcoin
 
Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency appDylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app
 
Blockchain Power.pdf
Blockchain Power.pdfBlockchain Power.pdf
Blockchain Power.pdf
 
Blockchain Money PPTjthkgykjtjkhyjhj.pdf
Blockchain Money PPTjthkgykjtjkhyjhj.pdfBlockchain Money PPTjthkgykjtjkhyjhj.pdf
Blockchain Money PPTjthkgykjtjkhyjhj.pdf
 
Ravencoin Wallet
Ravencoin WalletRavencoin Wallet
Ravencoin Wallet
 
Blockchain Power.pdf
Blockchain Power.pdfBlockchain Power.pdf
Blockchain Power.pdf
 
Sidechain in blockchain
Sidechain  in blockchainSidechain  in blockchain
Sidechain in blockchain
 
10 Best Programming Languages for Blockchain in 2023.pdf
10 Best Programming Languages for Blockchain in 2023.pdf10 Best Programming Languages for Blockchain in 2023.pdf
10 Best Programming Languages for Blockchain in 2023.pdf
 
A comprehensive guide for flutter bloc library v1.0.0
A comprehensive guide for flutter bloc library v1.0.0A comprehensive guide for flutter bloc library v1.0.0
A comprehensive guide for flutter bloc library v1.0.0
 
Kotlin everywhere
Kotlin everywhereKotlin everywhere
Kotlin everywhere
 
Agora: general-purpose blockchain platform
Agora: general-purpose blockchain platformAgora: general-purpose blockchain platform
Agora: general-purpose blockchain platform
 
localbitcoins-clone-script.pdf
localbitcoins-clone-script.pdflocalbitcoins-clone-script.pdf
localbitcoins-clone-script.pdf
 
Union of bitcoin and APIs
Union of bitcoin and APIsUnion of bitcoin and APIs
Union of bitcoin and APIs
 
Blockstrap at FOSS Asia - 2015 - Building Browser-Based Blockchain Applications
Blockstrap at FOSS Asia - 2015 - Building Browser-Based Blockchain ApplicationsBlockstrap at FOSS Asia - 2015 - Building Browser-Based Blockchain Applications
Blockstrap at FOSS Asia - 2015 - Building Browser-Based Blockchain Applications
 
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdfA DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
 
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdfA DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
A DIGESTIBLE GUIDE TO BLOCKCHAIN APP DEVELOPMENT.pdf
 
Minor project report blockchain
Minor project report blockchainMinor project report blockchain
Minor project report blockchain
 
Litecoin Crypto Currency Bootcamp
Litecoin Crypto Currency BootcampLitecoin Crypto Currency Bootcamp
Litecoin Crypto Currency Bootcamp
 
Blockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdfBlockchain- Ammar Ahmad.pdf
Blockchain- Ammar Ahmad.pdf
 
Whitepaper blockchain technology and investment
Whitepaper blockchain technology and investmentWhitepaper blockchain technology and investment
Whitepaper blockchain technology and investment
 

More from Celine George

More from Celine George (20)

What is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptxWhat is 3 Way Matching Process in Odoo 17.pptx
What is 3 Way Matching Process in Odoo 17.pptx
 
Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17Model Attribute _rec_name in the Odoo 17
Model Attribute _rec_name in the Odoo 17
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17How to Manage Call for Tendor in Odoo 17
How to Manage Call for Tendor in Odoo 17
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Make Down Payments in Odoo 17 Sales App
How to Make Down Payments in Odoo 17 Sales AppHow to Make Down Payments in Odoo 17 Sales App
How to Make Down Payments in Odoo 17 Sales App
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 

Recently uploaded

Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
dlhescort
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
dlhescort
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 

Recently uploaded (20)

Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
Call Girls In Majnu Ka Tilla 959961~3876 Shot 2000 Night 8000
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service NoidaCall Girls In Noida 959961⊹3876 Independent Escort Service Noida
Call Girls In Noida 959961⊹3876 Independent Escort Service Noida
 
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
Call Girls Service In Old Town Dubai ((0551707352)) Old Town Dubai Call Girl ...
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Falcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business GrowthFalcon Invoice Discounting: Empowering Your Business Growth
Falcon Invoice Discounting: Empowering Your Business Growth
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
Phases of Negotiation .pptx
 Phases of Negotiation .pptx Phases of Negotiation .pptx
Phases of Negotiation .pptx
 
Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024Marel Q1 2024 Investor Presentation from May 8, 2024
Marel Q1 2024 Investor Presentation from May 8, 2024
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
JAYNAGAR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
JAYNAGAR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRLJAYNAGAR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
JAYNAGAR CALL GIRL IN 98274*61493 ❤CALL GIRLS IN ESCORT SERVICE❤CALL GIRL
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Falcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in indiaFalcon Invoice Discounting platform in india
Falcon Invoice Discounting platform in india
 

First Transaction on Facebook Libra Blockchain

  • 1. First Transaction on Facebook Libra Blockchain blockchainexpert.uk
  • 2. INTRODUCTION In recent years blockchain technology has reached par in terms of extensiveness and robustness. The fame of blockchain is skyrocketing when it is compared across counterparts software technologies. Most of the software giants are searching for a key move in their existing technology with blockchain. The reputation for term blockchain is higher for every software firm and is upheld everywhere. Some think that it's the future of invention, at the same time, some believe that it's the beginning of a decentralized era. No matter what, currently nobody in the technological field is staying out from blockchain development, no matter how small or big the firm is? “LIBRA”, the term became popular when the software giant facebook adopted them. Last year laid a surprise for all the centralized software company when Facebook proclaimed the concept “Libra”.Everyone was curious to dig out what the Libra blockchain constitutes with?
  • 3. Soon the curtain was unveiled and technological outbreak took place. The news spread like a wildfire that Facebook is launching its own crypto-currency. The word “libra" is pointing to that news. Facebook has already decided to implement their own crypto to its existing centralized platform. But hows that possible, how can someone implement crypto to a centralized oriented software. This was the question that pondered every mind. Finally, everyone got the answer when Facebook launched their whitepaper two weeks back. Yes, they are implementing libra coin as a payment system in facebook marketplace. To assure its robustness and scalability, Facebook also launched a testnet, where blockchain developers can crosscheck the working of Libra.
  • 4. Here am explaining my first transaction in Libra Blockchain. 1. Initially clone the repository of facebook libra from GitHub by using the following command in the command line. git clone https://github.com/libra/libra.git 2. After successful cloning, you will get a folder named Libra in your computer. Open the folder and enter into the libra folder by using cd libra 3. Now you are inside the cloned libra package, now before running the libra blockchain in your system, you need to install appropriate dependencies on it. In order to install all the necessary dependencies, run the following commands. ./scripts/dev_setup.sh
  • 5. The setup installs following action. ? Installs rustup — rustup is an installer for the Rust programming language, which Libra Core is implemented in. ? Installs the required versions of the rust-toolchain. ? Installs CMake — to manage the build process. ? Installs protoc — a compiler for protocol buffers. ? Installs Go — for building protocol buffers. 4. Now your libra protocol is ready to connect with libra blockchain. In order to connect with testnet, run the following commands. ./scripts/cli/start_cli_testnet.sh
  • 6. 5. Once the client connects to a node on the testnet, you will see the following output. To quit the client at any time, use the quit command.
  • 7. In order to create an account in libra testnet, enter the following command in testnet. Enter the following command in testnet. “account c” It will show the following output: One can create n number of accounts in the libra blockchain using this command. This will create an account with an index number and unique libra blockchain address. Now, in order to list out all the available account, one can use the following query. “account list”
  • 8. Following image shows, the creation of two accounts with an index of 0 and 1. And account list command lists out the available account details. Now, you have two accounts with an index of 0 and 1.As next step, you have to mint some libra coin into each account. In order to add balance into account, you can use the index number of the corresponding account. account mint (index) (amount)
  • 9. Now, check the balance of each account by using the following query. query balance (index) Now, we can transfer libra coin from one account to another by using the following query transfer 0 1 10
  • 10. Now as you can see, the balance from index 0 is reduced and balance of index 1 got increased by 10. So now you understand how the first transaction in the libra blockchain is done. The libra testnet explains the basic flow of libra blockchain. Instead of the block, they use a Merkle tool protocol to bind the transaction and same way is also used to verify the transaction. Moreover, Facebook is seeing Libra as a virtual currency in their marketplace and they are also planning to launch a wallet called ”calibra”, which can be used to store libra for all Facebook users.
  • 11. Click here to read more about : First Transaction on Facebook Libra Blockchain
  • 12. Cybrosys Limited Alpha House, 100 Borough High Street, London, Greater London SE1 1LB, United Kingdom Thank You ! info@blockchainexpert.uk Mail UsUK Phone +44 7414439281