Skip to content

Copyright 2019-2024 Infinite Game LLC. All rights reserved

Notifications You must be signed in to change notification settings

0o-de-lally/libra-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Aug 16, 2024
Jan 8, 2025
Aug 8, 2024
Jan 8, 2025
Jan 12, 2025
Sep 2, 2024
Sep 2, 2024
Jan 9, 2025
Aug 22, 2024
Jan 8, 2025
Sep 2, 2024
May 2, 2024
Aug 16, 2024
Nov 11, 2023
Jan 12, 2025
Jan 8, 2025
Jul 13, 2024

Repository files navigation

LIBRA FRAMEWORK

The Libra Framework is a Move language framework that can run on Diem Platform nodes. It contains the policies for the $LIBRA asset and the Open Libra Network.

For the Open Libra network members, who are very opinionated about policies and economics, the majority of the community's innovations are found here.

What are Move Frameworks

Move frameworks are source code written in the Move Language. In Diem Platform (and in vendor versions), the framework contains almost all of the platform's business logic: account creation, coin minting, asset transferring, code publishing, code upgrades, selecting validators, etc.

What's Included

There are many tools needed for the framework to be properly developed, installed, upgraded, transacted with, monitored, etc.

What's Not Included

There isn't any code regarding database, consensus, networking, virtual machines, etc. here. That code belongs in Diem Platform. There are many vendors of the Diem technologies, and Open Libra maintains a version with linear commits back to Facebook's version, and updates it with maintenance upgrades from contemporary vendors.

Technology Strategy

In general, we have a light touch approach with our upstream dependencies. We optimize for clean APIs that easily pull in libraries from vendors. Ultimately, the Open Libra members are agnostic about blockchain technology, so long as it has the necessary components for the mission of $LIBRA.

Read details here:

Core Devs should start here.

About

Copyright 2019-2024 Infinite Game LLC. All rights reserved

Resources

Stars

Watchers

Forks

Languages

  • Move 69.1%
  • Rust 30.4%
  • Other 0.5%