First Transaction on Facebook Libra Blockchain

C
Celine GeorgeCybrosys Technologies
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
1 of 12

Recommended

What is Facebook Libra Cryptocurrency by
What is Facebook Libra CryptocurrencyWhat is Facebook Libra Cryptocurrency
What is Facebook Libra CryptocurrencyCeline George
1K views8 slides
Florincoin dot PDF by
Florincoin dot PDFFlorincoin dot PDF
Florincoin dot PDFJoseph Fiscella
642 views25 slides
BLOCKCHAIN PPT.pptx by
BLOCKCHAIN PPT.pptxBLOCKCHAIN PPT.pptx
BLOCKCHAIN PPT.pptxSohanaAmreen
39 views20 slides
In 2021, facebook plans to introduce its own cryptocurrency. by
In 2021, facebook plans to introduce its own cryptocurrency.  In 2021, facebook plans to introduce its own cryptocurrency.
In 2021, facebook plans to introduce its own cryptocurrency. Blockchain Council
155 views11 slides
Ethereum white paper made simple by
Ethereum white paper made simpleEthereum white paper made simple
Ethereum white paper made simpleAntonio Manno
214 views29 slides
Blockchain Application Development by
Blockchain Application DevelopmentBlockchain Application Development
Blockchain Application DevelopmentThe NineHertz
97 views15 slides

More Related Content

Similar to First Transaction on Facebook Libra Blockchain

Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app by
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 appDevCamp Campinas
596 views162 slides
Blockchain Power.pdf by
Blockchain Power.pdfBlockchain Power.pdf
Blockchain Power.pdfChebemhustle
31 views19 slides
Ravencoin Wallet by
Ravencoin WalletRavencoin Wallet
Ravencoin WalletMcmillanNoonan2
137 views12 slides
Sidechain in blockchain by
Sidechain  in blockchainSidechain  in blockchain
Sidechain in blockchainzaarahary
151 views9 slides
A comprehensive guide for flutter bloc library v1.0.0 by
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.0Concetto Labs
326 views13 slides
Kotlin everywhere by
Kotlin everywhereKotlin everywhere
Kotlin everywhereAbhikBanerjee28
30 views23 slides

Similar to First Transaction on Facebook Libra Blockchain(20)

Dylan Butler & Oliver Hager - Building a cross platform cryptocurrency app by DevCamp Campinas
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 Campinas596 views
Sidechain in blockchain by zaarahary
Sidechain  in blockchainSidechain  in blockchain
Sidechain in blockchain
zaarahary151 views
A comprehensive guide for flutter bloc library v1.0.0 by Concetto Labs
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
Concetto Labs326 views
Agora: general-purpose blockchain platform by pizyumi
Agora: general-purpose blockchain platformAgora: general-purpose blockchain platform
Agora: general-purpose blockchain platform
pizyumi592 views
Blockstrap at FOSS Asia - 2015 - Building Browser-Based Blockchain Applications by Mark Smalley
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
Mark Smalley1.1K views
Minor project report blockchain by Light Yagami
Minor project report blockchainMinor project report blockchain
Minor project report blockchain
Light Yagami14.8K views
Whitepaper blockchain technology and investment by Ibrahim Khatri
Whitepaper blockchain technology and investmentWhitepaper blockchain technology and investment
Whitepaper blockchain technology and investment
Ibrahim Khatri67 views
A Comprehensive Guide To Create Blockchain In Python | Blockchain Development... by Mariya James
A Comprehensive Guide To Create Blockchain In Python | Blockchain Development...A Comprehensive Guide To Create Blockchain In Python | Blockchain Development...
A Comprehensive Guide To Create Blockchain In Python | Blockchain Development...
Mariya James31 views
Integrating Telegram Bots with Ruby on Rails by Chris Downey
Integrating Telegram Bots with Ruby on RailsIntegrating Telegram Bots with Ruby on Rails
Integrating Telegram Bots with Ruby on Rails
Chris Downey1.9K views
Bitcoin : A fierce decentralized crypto currency - Report by Shivek Khurana
Bitcoin : A fierce decentralized crypto currency - ReportBitcoin : A fierce decentralized crypto currency - Report
Bitcoin : A fierce decentralized crypto currency - Report
Shivek Khurana5.5K views
How does blockchain work by Shishir Aryal
How does blockchain workHow does blockchain work
How does blockchain work
Shishir Aryal2.5K views
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf by JOELCONTACTS
BASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdfBASIC INTRODUCTION TO BLOCKCHAIN  - JOEL SUMANTH RAJ.pdf
BASIC INTRODUCTION TO BLOCKCHAIN - JOEL SUMANTH RAJ.pdf
JOELCONTACTS22 views
A beginners Guide to NFTs.pdf by Akash Agrawal
A beginners Guide to NFTs.pdfA beginners Guide to NFTs.pdf
A beginners Guide to NFTs.pdf
Akash Agrawal277 views

More from Celine George

How to empty an One2many field in Odoo by
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in OdooCeline George
131 views8 slides
Configure Project in Odoo 16 by
Configure Project in Odoo 16Configure Project in Odoo 16
Configure Project in Odoo 16Celine George
559 views10 slides
Model Constraints In Odoo 16 by
Model Constraints In Odoo 16Model Constraints In Odoo 16
Model Constraints In Odoo 16Celine George
764 views11 slides
Quick Tips in Odoo 16 by
Quick Tips in Odoo 16Quick Tips in Odoo 16
Quick Tips in Odoo 16Celine George
872 views15 slides
Model Fields in Odoo 16 by
Model Fields in Odoo 16Model Fields in Odoo 16
Model Fields in Odoo 16Celine George
909 views7 slides
Building a Module in Odoo 16 by
Building a Module in Odoo 16Building a Module in Odoo 16
Building a Module in Odoo 16Celine George
995 views16 slides

More from Celine George(20)

How to empty an One2many field in Odoo by Celine George
How to empty an One2many field in OdooHow to empty an One2many field in Odoo
How to empty an One2many field in Odoo
Celine George131 views
Configure Project in Odoo 16 by Celine George
Configure Project in Odoo 16Configure Project in Odoo 16
Configure Project in Odoo 16
Celine George559 views
Model Constraints In Odoo 16 by Celine George
Model Constraints In Odoo 16Model Constraints In Odoo 16
Model Constraints In Odoo 16
Celine George764 views
Building a Module in Odoo 16 by Celine George
Building a Module in Odoo 16Building a Module in Odoo 16
Building a Module in Odoo 16
Celine George995 views
Module Structure in Odoo 16 by Celine George
Module Structure in Odoo 16Module Structure in Odoo 16
Module Structure in Odoo 16
Celine George894 views
Composition of a Module in Odoo 16 by Celine George
Composition of a Module in Odoo 16Composition of a Module in Odoo 16
Composition of a Module in Odoo 16
Celine George701 views
How to Add a Store Attribute to a Field in Odoo 16 by Celine George
How to Add a Store Attribute to a Field in Odoo 16How to Add a Store Attribute to a Field in Odoo 16
How to Add a Store Attribute to a Field in Odoo 16
Celine George752 views
How to Make Sequence Number in Odoo 16 by Celine George
How to Make Sequence Number in Odoo 16How to Make Sequence Number in Odoo 16
How to Make Sequence Number in Odoo 16
Celine George766 views
Odoo 16 Advanced Features by Celine George
Odoo 16 Advanced FeaturesOdoo 16 Advanced Features
Odoo 16 Advanced Features
Celine George860 views
Odoo 15 Payoll Webinar Slide by Celine George
Odoo 15 Payoll Webinar SlideOdoo 15 Payoll Webinar Slide
Odoo 15 Payoll Webinar Slide
Celine George504 views
Name Search() Function in Odoo 16 by Celine George
Name Search() Function in Odoo 16Name Search() Function in Odoo 16
Name Search() Function in Odoo 16
Celine George831 views
Model Constraints - SQL Constraints Odoo 16 by Celine George
Model Constraints - SQL Constraints Odoo 16Model Constraints - SQL Constraints Odoo 16
Model Constraints - SQL Constraints Odoo 16
Celine George350 views
Odoo Building a website _ For the browser by Celine George
Odoo Building a website _ For the browserOdoo Building a website _ For the browser
Odoo Building a website _ For the browser
Celine George400 views
How to show warning _ error messages in Odoo 16 by Celine George
How to show warning _ error messages in Odoo 16 How to show warning _ error messages in Odoo 16
How to show warning _ error messages in Odoo 16
Celine George731 views
Inheritance | Traditional Prototype Inheritance in Odoo 16 by Celine George
Inheritance  | Traditional Prototype Inheritance in Odoo 16Inheritance  | Traditional Prototype Inheritance in Odoo 16
Inheritance | Traditional Prototype Inheritance in Odoo 16
Celine George483 views
Advanced Views - Search View by Celine George
Advanced Views - Search ViewAdvanced Views - Search View
Advanced Views - Search View
Celine George439 views
Relations Between Models - many2one by Celine George
Relations Between Models - many2oneRelations Between Models - many2one
Relations Between Models - many2one
Celine George442 views

Recently uploaded

On the Concept of Discovery Power of Enterprise Modeling Languages and its Re... by
On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...
On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...Ilia Bider
16 views17 slides
proveitdeck.pptx by
proveitdeck.pptxproveitdeck.pptx
proveitdeck.pptxDerek Britton
25 views12 slides
Super Solar Mounting Solutions 20230509(1).pdf by
Super Solar Mounting Solutions 20230509(1).pdfSuper Solar Mounting Solutions 20230509(1).pdf
Super Solar Mounting Solutions 20230509(1).pdfcarrie55bradshaw
13 views25 slides
Engaging Senior Leaders to Accelerate Your Continuous Improvement Program by
Engaging Senior Leaders to Accelerate Your Continuous Improvement ProgramEngaging Senior Leaders to Accelerate Your Continuous Improvement Program
Engaging Senior Leaders to Accelerate Your Continuous Improvement ProgramKaiNexus
93 views29 slides
Valuation Quarterly Webinar Dec23.pdf by
Valuation Quarterly Webinar Dec23.pdfValuation Quarterly Webinar Dec23.pdf
Valuation Quarterly Webinar Dec23.pdfFelixPerez547899
70 views12 slides

Recently uploaded(20)

On the Concept of Discovery Power of Enterprise Modeling Languages and its Re... by Ilia Bider
On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...
On the Concept of Discovery Power of Enterprise Modeling Languages and its Re...
Ilia Bider16 views
Super Solar Mounting Solutions 20230509(1).pdf by carrie55bradshaw
Super Solar Mounting Solutions 20230509(1).pdfSuper Solar Mounting Solutions 20230509(1).pdf
Super Solar Mounting Solutions 20230509(1).pdf
carrie55bradshaw13 views
Engaging Senior Leaders to Accelerate Your Continuous Improvement Program by KaiNexus
Engaging Senior Leaders to Accelerate Your Continuous Improvement ProgramEngaging Senior Leaders to Accelerate Your Continuous Improvement Program
Engaging Senior Leaders to Accelerate Your Continuous Improvement Program
KaiNexus93 views
Integrating Talent Management Practices by Seta Wicaksana
Integrating Talent Management PracticesIntegrating Talent Management Practices
Integrating Talent Management Practices
Seta Wicaksana161 views
Navigating the Complexity of Derivatives Valuation 📈 by ValAdvisor
Navigating the Complexity of Derivatives Valuation 📈Navigating the Complexity of Derivatives Valuation 📈
Navigating the Complexity of Derivatives Valuation 📈
ValAdvisor17 views
Learning from Failure_ Lessons from Failed Startups.pptx by Codeventures
Learning from Failure_ Lessons from Failed Startups.pptxLearning from Failure_ Lessons from Failed Startups.pptx
Learning from Failure_ Lessons from Failed Startups.pptx
Codeventures17 views
Navigating EUDR Compliance within the Coffee Industry by Peter Horsten
Navigating EUDR Compliance within the Coffee IndustryNavigating EUDR Compliance within the Coffee Industry
Navigating EUDR Compliance within the Coffee Industry
Peter Horsten68 views
Amazing Opportunities: PCD Pharma Franchise in Kerala.pptx by SaphnixMedicure1
Amazing Opportunities: PCD Pharma Franchise in Kerala.pptxAmazing Opportunities: PCD Pharma Franchise in Kerala.pptx
Amazing Opportunities: PCD Pharma Franchise in Kerala.pptx
SaphnixMedicure125 views
[1Slide] Event Report AWS ReInvent 2023 - Q stands out by Holger Mueller
[1Slide] Event Report AWS ReInvent 2023 - Q stands out[1Slide] Event Report AWS ReInvent 2023 - Q stands out
[1Slide] Event Report AWS ReInvent 2023 - Q stands out
Holger Mueller13 views
Better Appeals and Solicitations - Bloomerang.pdf by Bloomerang
Better Appeals and Solicitations - Bloomerang.pdfBetter Appeals and Solicitations - Bloomerang.pdf
Better Appeals and Solicitations - Bloomerang.pdf
Bloomerang119 views
Orme_231129 - Around the world in 5 questions.pdf by bradgallagher6
Orme_231129 - Around the world in 5 questions.pdfOrme_231129 - Around the world in 5 questions.pdf
Orme_231129 - Around the world in 5 questions.pdf
bradgallagher619 views
Irigoyen_231129 - Around the world in 5 questions.pdf by bradgallagher6
Irigoyen_231129 - Around the world in 5 questions.pdfIrigoyen_231129 - Around the world in 5 questions.pdf
Irigoyen_231129 - Around the world in 5 questions.pdf
bradgallagher616 views

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