awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to olsf/libra

Open-source alternatives to Libra

30 open-source projects similar to olsf/libra, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libra alternative.

  • move-language/moveM

    move-language/move

    0View on GitHub↗

    This was the home of the Move language from inception to ~2022. This repository is no longer maintained, but development continues in https://github.com/move-language/move-on-aptos and https://github.com/move-language/move-sui.

    View on GitHub↗0
  • starcoinorg/starcoin-frameworkS

    starcoinorg/starcoin-framework

    0View on GitHub↗

    halley: latest - proxima: v11 - barnard: v11 - main: v11

    View on GitHub↗0
  • mystenlabs/suiMystenLabs avatar

    MystenLabs/sui

    7,612View on GitHub↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Rustblockchaindistributed-ledger-technologymove
    View on GitHub↗7,612
  • transmissions11/solmatetransmissions11 avatar

    transmissions11/solmate

    4,288View on GitHub↗

    Solmate is a collection of gas-optimized building blocks and libraries for developing secure and efficient smart contracts on the Solana blockchain. It provides a set of standardized tools including an access control framework for managing user roles and ownership, a high-precision fixed-point math library for decimal and signed integer calculations, and a Merkle proof verifier for validating data inclusion. The project provides secure token implementations for issuing and transferring fungible and non-fungible tokens. These implementations include safety checks to prevent silent failures dur

    Solidity
    View on GitHub↗4,288

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • bytom/bytomBytom avatar

    Bytom/bytom

    1,270View on GitHub↗

    Official Go implementation of the Bytom protocol

    Go
    View on GitHub↗1,270
  • celo-org/celo-blockchaincelo-org avatar

    celo-org/celo-blockchain

    627View on GitHub↗

    Official golang implementation of the Celo blockchain, based off of the official golang implementation of the Ethereum protocol.

    Go
    View on GitHub↗627
  • bflyfinance/flyBFlyFinance avatar

    BFlyFinance/FLY

    1View on GitHub↗

    for internal

    Move
    View on GitHub↗1
  • cucumber/godogcucumber avatar

    cucumber/godog

    2,635View on GitHub↗

    Cucumber for golang

    Go
    View on GitHub↗2,635
  • bloomberg/bdebloomberg avatar

    bloomberg/bde

    1,820View on GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    View on GitHub↗1,820
  • d60/cirqusd60 avatar

    d60/Cirqus

    231View on GitHub↗

    :x: d60 event sourcing CQRS framework

    C#
    View on GitHub↗231
  • damianh/cedar.commandhandlingD

    damianh/Cedar.CommandHandling

    0View on GitHub↗
    View on GitHub↗0
  • damianh/sqlstreamstoreD

    damianh/SqlStreamStore

    0View on GitHub↗
    View on GitHub↗0
  • deepmind/sonnetdeepmind avatar

    deepmind/sonnet

    9,920View on GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Python
    View on GitHub↗9,920
  • deveel/deveel.repositorydeveel avatar

    deveel/deveel.repository

    3View on GitHub↗

    Implementations of the repository pattern for .NET to support the domain-driven modeling

    C#
    View on GitHub↗3
  • elements-studio/poly-stc-contractsElements-Studio avatar

    Elements-Studio/poly-stc-contracts

    5View on GitHub↗

    Poly bridge cross chain move support on starcoin

    Move
    View on GitHub↗5
  • cryptape/citacryptape avatar

    cryptape/cita

    1,306View on GitHub↗

    A high performance blockchain kernel for enterprise users.

    Rust
    View on GitHub↗1,306
  • elderjames/shriek-fxElderJames avatar

    ElderJames/shriek-fx

    652View on GitHub↗

    An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.

    C#
    View on GitHub↗652
  • elements-studio/starswap-coreElements-Studio avatar

    Elements-Studio/starswap-core

    44View on GitHub↗

    Starswap is a general purpose DEX on Starcoin.

    Move
    View on GitHub↗44
  • elpapi42/deepbayElPapi42 avatar

    ElPapi42/DeepBay

    4View on GitHub↗

    Tensorflow/Keras Plug-N-Play Deep Learning Models Compilation

    Python
    View on GitHub↗4
  • eosio/eosEOSIO avatar

    EOSIO/eos

    11,189View on GitHub↗

    EOS is a Layer 1 blockchain infrastructure and high-throughput transaction engine. It serves as a WebAssembly smart contract platform that manages state transitions and network consensus across a peer-to-peer network. The system utilizes a sandboxed virtual machine for executing smart contract logic and employs a Byzantine Fault Tolerant delegated proof-of-stake consensus mechanism to finalize the global ledger state. It features a resource-based stake model for CPU and memory allocation and an asynchronous messaging system for inter-contract communication to prevent recursive call overflows.

    C++eosio
    View on GitHub↗11,189
  • ethereon/caffe-tensorflowethereon avatar

    ethereon/caffe-tensorflow

    2,787View on GitHub↗

    Caffe models in TensorFlow

    Python
    View on GitHub↗2,787
  • ethereum/wikiE

    ethereum/wiki

    0View on GitHub↗
    View on GitHub↗0
  • eventflow/eventfloweventflow avatar

    eventflow/EventFlow

    2,562View on GitHub↗

    Async/await first CQRS+ES and DDD framework for .NET

    C#async-awaitc-sharpcqrs
    View on GitHub↗2,562
  • facebook/follyfacebook avatar

    facebook/folly

    30,412View on GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    View on GitHub↗30,412
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View on GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    View on GitHub↗126,019
  • facebookarchive/libphenomfacebookarchive avatar

    facebookarchive/libphenom

    1,665View on GitHub↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    View on GitHub↗1,665
  • fisco-bcos/fisco-bcosFISCO-BCOS avatar

    FISCO-BCOS/FISCO-BCOS

    2,588View on GitHub↗

    FISCO BCOS(发音为/ˈfɪskl bi:ˈkɒz/)是一个稳定、高效、安全的许可区块链平台,已被广泛应用于现实的行业应用。截至目前,已拥有5000多家企事业单位,400多个产业数字化标杆应用,涵盖文化版权、司法服务、政府服务、物联网、金融、智慧社区、房地产建设、社区治理、乡村振兴等领域。FISCO BCOS (pronounced /ˈfɪskl bi:ˈkɒz/) is a stable, efficient, and secure permissioned blockchain platform that has been widely used in real-world industry applications.

    C++bcosblockchainconsensus
    View on GitHub↗2,588
  • fkysly/bitcoin0.1.0fkysly avatar

    fkysly/bitcoin0.1.0

    117View on GitHub↗

    bitcoin0.1.0 source

    C++
    View on GitHub↗117
  • go-bdd/gobddgo-bdd avatar

    go-bdd/gobdd

    142View on GitHub↗

    BDD framework

    Go
    View on GitHub↗142
  • diem/diemdiem avatar

    diem/diem

    16,678View on GitHub↗

    Diem is a distributed ledger technology platform designed for the development of decentralized applications and the execution of programmable financial transactions. It provides a comprehensive framework for operating validator nodes that maintain ledger integrity through a Byzantine fault-tolerant consensus protocol, ensuring consistent state updates across a distributed network of participants. The platform distinguishes itself through a modular node architecture that decouples consensus, execution, and storage to facilitate scalability and maintenance. It utilizes a resource-oriented virtu

    Rustblockchain
    View on GitHub↗16,678