Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/learndapp/awesome-libra
:octocat: A Curated List of Awesome Facebook Libra Resources.
https://github.com/learndapp/awesome-libra
List: awesome-libra
awesome awesome-libra awesome-list blockchain facebook-libra libra libra-blockchain libra-grpc libra-resources
Last synced: about 1 month ago
JSON representation
:octocat: A Curated List of Awesome Facebook Libra Resources.
- Host: GitHub
- URL: https://github.com/learndapp/awesome-libra
- Owner: learndapp
- Created: 2019-06-28T09:39:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T14:26:21.000Z (over 4 years ago)
- Last Synced: 2024-05-18T18:45:42.198Z (7 months ago)
- Topics: awesome, awesome-libra, awesome-list, blockchain, facebook-libra, libra, libra-blockchain, libra-grpc, libra-resources
- Homepage: https://w3c.group/g/1124464
- Size: 142 KB
- Stars: 99
- Watchers: 10
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-lists - awesome-libra
- awesomelist - awesome-libra
- collection - awesome-libra
- lists - awesome-libra
- awesome-libra - Awesome Libra
- awesome-diem - Awesome Libra
README
![](awesome-libra.png)
# Awesome Libra [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A Curated List of Awesome Libra ResourcesList of content
- [Documentation](#documentation)
- [Open Source Wallets](#open-source-wallets)
- [Blockchain Explorers](#blockchain-explorers)
- [JavaScript Libraries](#javascript-libraries)
- [Python Libraries](#python-libraries)
- [Go Libraries](#go-libraries)
- [Java Libraries](#java-libraries)
- [Utilities](#utilities)
- [Playgrounds](#playgrounds)
- [Read](#read)
- [Video](#video)
- [Community](#community)# Documentation
* [Official Docs](https://developers.libra.org/docs/welcome-to-libra) - Welcome to the Libra developer site.
* [Whitepaper](https://libra.org/en-US/white-paper/)
* [Move Language](https://developers.libra.org/docs/assets/papers/libra-move-a-language-with-programmable-resources.pdf)
* [官方文档中文翻译](https://learnblockchain.cn/docs/libra/docs/welcome-to-libra/)
* [Libra China Documenttation](https://developers.libra-china.org/docs/welcome-to-libra/index.html) - 中文官方开发文档 by Libra中国# Open Source Wallets
* [Libra Wallet Poc](https://dev.kulap.io/libra/) - POC Libra wallet.
* [libra wallet](https://github.com/dpikalov/libra-wallet) - Wallet frontend, don't have backend.
* [LibraTerminal](https://github.com/sns254/LibraTerminal) – POC command line wallet.
* [Libra Wallet Chrome Extension](https://chrome.google.com/webstore/detail/libra-wallet-poc-chrome-e/hgbfjdbadjhmkmkjfikijdjakeajbaol?utm_source=chrome-ntp-icon) - Libra Chrome Extension with some api inspired by web3# Blockchain Explorers
* [LibExplorer](https://libexplorer.com/) - Libra Testnet Blockchain Explorer
* [ilibraExplorer](https://ilibraexplorer.com/) - Blockchain Explorer for Libra.
* [librabrowser](https://librabrowser.io/?fbclid=IwAR1LjpGiLWwW3oIFHnM3dm6H47H6D2R0dRAsqjmCcJSNtpW7yCcJu1ud2hE) - Libra Testnet Explorer and its [source code](https://github.com/Disk1n/LibraBrowser).
* [libratics](http://libratics.com) - Libratics is a Libra Analytics (Testnet).
* [libravista](http://libravista.com)
* [LibraBlock](https://librablock.io) - First opensource Libra explorer
* [librablock-frontend](https://github.com/libra-china-org/librablock-frontend) - Open source frontend
* [librablock-backend](https://github.com/libra-china-org/librabock-backend) - Open source backend
* [Libranaut](https://libranaut.io/) - Possibly the first for Libra.
* [Jibra](http://explorer.jibra.org) - Libra Testnet Explorer, made in Japan.# JavaScript Libraries
* [libra-core](https://github.com/perfectmak/libra-core) - A javascript client for libra network.
* [Kulap-libra-core](https://github.com/kulapio/libra-core) - An updated javascript client forked from perfectmak
* [libra-api](https://github.com/bonustrack/libra-api) - A REST API for Libra blockchain.
* [libra-grpc](https://github.com/bonustrack/libra-grpc) - A lightweight JavaScript library for Libra.
* [libra-web](https://github.com/bandprotocol/libra-web) - Unofficial Javascript Client for Libra Blockchain.# Python Libraries
* [libra-grpc-py](https://github.com/egorsmkv/libra-grpc-py) - gRPC client for Libra in Python.
* [PyLibra](https://github.com/bandprotocol/pylibra) - Python SDK client for Libra with full client-side functionality.# Go Libraries
* [go-libra](https://github.com/the729/go-libra) - Libra go client library with crypto verifications.
* [Libra Golang Client](https://github.com/codemaveric/libra-go) - Go Client for interacting with Libra Blockchain.
* [Libra SDK for Go](https://github.com/philippgille/libra-sdk-go) - Go SDK for Libra.
* [libra_example](https://github.com/phlip9/libra_example) - Example Libra Go client SDK.# Java Libraries
* [libraj](https://github.com/libra-vista/libraj) - A Java client for libra.
* [jlibra](https://github.com/ketola/jlibra) - A Java library for interacting with the Libra blockchain.
* [jlibra-spring-boot-starter](https://github.com/ice09/jlibra-spring-boot-starter) - Spring Boot Starter project based on jlibra.
* [java-libra-client](https://github.com/ice09/java-libra-client) - Java Shell for Libra based on jlibra-spring-boot-starter and jlibra.# C# Libraries
* [LibraNet](https://github.com/kulapio/libra-core) - Libra .Net Core SDK# Utilities
* [libra-utils](https://github.com/Berkays/libra-util) - Interface to Libra CLI commands to simplify parsing.
* [pLIBRA](https://plibra.io) - A privacy-preserving Libra Coin on Polkadot ecosystem.# Playgrounds
* [libraide](https://libraide.com/) - Libra Move contract editor.# Read
* [Building your own Wallet and APIs](https://medium.com/kulapofficial/the-first-libra-wallet-poc-building-your-own-wallet-and-apis-3cb578c0bd52)
* [Calibra wallet](https://newsroom.fb.com/news/2019/06/coming-in-2020-calibra/) - New Digital Wallet for a New Digital Currency, coming in 2020.
* [Libra区块链钱包开发实录附源码 - LearnDapp系列](https://github.com/learndapp/LearnDapp/blob/master/topics/libra/01/libra-wallet.md)
* [First Look: Libra](https://info.binance.com/en/research/marketresearch/libra.html) - An in-depth review of Facebook's long-anticipated entry into cryptocurrency, written by binance.# Video
* [The Libra Blockchain (Paper Review)](https://youtu.be/dcAqb0wBl5g) - Talk about the design by reviewing the technical whitepaper.
* [Facebook发布Libra,颠覆金融业,干掉比特币?](https://www.youtube.com/watch?v=qG3oBuZoOxM)
* [Google Coin vs Facebook Libra](https://www.youtube.com/watch?v=uJzUkCKYPDw)# Community
* [Official Community](https://community.libra.org/)
* [Telegram: Libra Devs](https://t.me/joinchat/DAQb4RSNpqEok3p-QdmaKQ)
* [Libra技术讨论微信群](https://mp.weixin.qq.com/s/UcaMPY6RZAWWoh6kn4Cx1Q)
* [LibraChina](https://libra-china.org) - Libra中国社区
* [Community](https://community.libra-china.org) - 中文论坛
* [Libra节点公众号](https://mp.weixin.qq.com/s/gIYcGIAa9TO8NCB3_xGxGQ)## License
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)