Home

Awesome

<a href="https://developers.libra.org"> <img width="200" src="./.assets/libra.png" alt="Libra Logo" /> </a> <hr/>

CircleCI License


This is a forked repository to support two-party signing in Libra.<br> It allows a more secure key management paradigm to protect your Libra funds:<br> we move away the concept of a single seed, and instead support the co-signing between the client and a server, each with an independently generated secret share.
Both shares are required to produce a valid signature in order to move funds, and a single key is never present on a single place.<br>

Try out our demo:<br> Launch the server:

$ cd server
$ cargo build
$ ../target/debug/server_exec

Client (just like My First Transaction):

$ scripts/cli/start_cli_testnet.sh

... and follow the CLI help for creating accounts and transferring Libra.

demo

Libra Core implements a decentralized, programmable database which provides a financial infrastructure that can empower billions of people.

Note to Developers

Contributing

Read our Contributing guide. Find out what’s coming on our blog.

Getting Started

Learn About Libra

Try Libra Core

Technical Papers

Blog

Libra Codebase

Community

License

Libra Core is licensed as Apache 2.0.