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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

49 repository-uri

Awesome GitHub RepositoriesBlockchain Infrastructure

Core clients and protocols for running and interacting with blockchain nodes.

Explore 49 awesome GitHub repositories matching part of an awesome list · Blockchain Infrastructure. Refine with filters or upvote what's useful.

Awesome Blockchain Infrastructure GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • linera-io/linera-protocolAvatar linera-io

    linera-io/linera-protocol

    32,085Vezi pe GitHub↗

    Linera is a multi-chain smart contract platform designed for horizontal scalability through a microchain-based distributed ledger. By partitioning state into independent, parallel chains that share a common validator set, the protocol enables high-performance execution of modular applications. The system utilizes a WebAssembly-based runtime to ensure secure, platform-independent execution of contract logic across the network. The platform distinguishes itself through an asynchronous messaging framework that coordinates state changes between chains by queuing messages for execution in subseque

    Scalable, low-latency blockchain infrastructure.

    Rustblockchainrustwasm
    Vezi pe GitHub↗32,085
  • diem/diemAvatar diem

    diem/diem

    16,678Vezi pe 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

    Global financial infrastructure and currency platform.

    Rustblockchain
    Vezi pe GitHub↗16,678
  • foundry-rs/foundryAvatar foundry-rs

    foundry-rs/foundry

    10,125Vezi pe GitHub↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Toolkit for Ethereum application development.

    Rustalloyblockchainbytecode
    Vezi pe GitHub↗10,125
  • mystenlabs/suiAvatar MystenLabs

    MystenLabs/sui

    7,612Vezi pe 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

    Asset-oriented smart contract platform.

    Rustblockchaindistributed-ledger-technologymove
    Vezi pe GitHub↗7,612
  • datahaven-xyz/datahavenAvatar datahaven-xyz

    datahaven-xyz/datahaven

    7,246Vezi pe GitHub↗

    Datahaven is a decentralized storage network and smart contract platform designed for storing verifiable data with cryptographic integrity checks. It functions as a peer-to-peer system that ensures data availability and prevents loss through redundancy and tamper-evident content addressing. The project incorporates a restaking security layer that protects the network from malicious actors by leveraging economic stakes and automated slashing mechanisms. It also features a cross-chain asset bridge that transfers tokens and messages between different blockchain networks using finality proofs. T

    AI-first decentralized storage secured by EigenLayer.

    Rustai-agentsblockchaindecentralized
    Vezi pe GitHub↗7,246
  • paradigmxyz/rethAvatar paradigmxyz

    paradigmxyz/reth

    5,652Vezi pe GitHub↗

    Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res

    Modular and fast Ethereum protocol implementation.

    Rust
    Vezi pe GitHub↗5,652
  • zcash/zcashAvatar zcash

    zcash/zcash

    5,370Vezi pe GitHub↗

    Zcash is a privacy-preserving cryptocurrency that operates a blockchain where transactions can be shielded using zero-knowledge proofs. Its reference full node, zcashd, stores the complete transaction history and validates both transparent and shielded transactions, preserving confidentiality for sender, receiver, and amount. The node implements the Sapling and Orchard shielded protocols, with Orchard using the Halo2 proving scheme to eliminate the need for a trusted setup. It offers a dual-address model that lets users choose per transaction between transparent (fully public) and shielded (p

    Implementation of the Zerocash protocol.

    C++
    Vezi pe GitHub↗5,370
  • mimblewimble/grinAvatar mimblewimble

    mimblewimble/grin

    5,090Vezi pe GitHub↗

    Grin este o implementare de protocol și un nod blockchain care oferă un sistem de tranzacții confidențiale. Utilizează Pedersen Commitments și criptare homomorfă pentru a verifica integritatea valorii și a asigura o masă monetară consistentă fără a dezvălui sumele specifice ale tranzacțiilor sau identitățile participanților. Proiectul se remarcă printr-un model de schimb interactiv de tranzacții, unde portofelele coordonează schimburi de date în mai multe runde pentru a construi tranzacții semnate. Pentru a menține anonimatul, sistemul suportă livrarea tranzacțiilor prin onion-routing și maschează adresele IP de origine prin mecanisme de releu specializate. De asemenea, încorporează proof-of-work memory-hard pentru a rezista dominanței minării ASIC și utilizează un model de registru cu pruning de stare cu stocare Merkle Mountain Range pentru a reduce amprenta pe disc a blockchain-ului. Codul sursă acoperă un set larg de capabilități, inclusiv execuția de atomic swaps cross-chain trustless, gestionarea portofelelor deterministe ierarhice și operarea nodurilor de rețea complete. Oferă instrumente pentru minare limitată de memorie, execuția de contracte criptografice prin timelocks și comunicare securizată client-server folosind criptare autentificată. Nodul poate fi implementat ca o imagine de container cu suport pentru persistența datelor din cache.

    Implementation of the MimbleWimble protocol.

    Rustcryptocurrencycryptographygrin
    Vezi pe GitHub↗5,090
  • solana-foundation/anchorAvatar solana-foundation

    solana-foundation/anchor

    5,090Vezi pe GitHub↗

    Anchor is a framework for building, testing, and deploying Solana smart contracts. It provides a Rust domain-specific language (DSL) that uses macro‑based instruction dispatch and derive‑macro account validation to automate ownership checks, discriminator enforcement, and serialization before instruction execution. The framework also includes a CLI toolchain for scaffolding, compiling, and managing contracts across workspaces, a test harness that simulates program execution with account manipulation and compute unit benchmarking, and an IDL generator that emits a standardized JSON interface fr

    Development framework for building secure Solana programs.

    Rustblockchaincoralrust
    Vezi pe GitHub↗5,090
  • sigp/lighthouseAvatar sigp

    sigp/lighthouse

    3,448Vezi pe GitHub↗

    Ethereum consensus client in Rust

    Ethereum Consensus Layer client.

    Rust
    Vezi pe GitHub↗3,448
  • paradigmxyz/artemisAvatar paradigmxyz

    paradigmxyz/artemis

    2,948Vezi pe GitHub↗

    A simple, modular, and fast framework for writing MEV bots in Rust.

    Modular framework for writing MEV bots.

    Rust
    Vezi pe GitHub↗2,948
  • rust-bitcoin/rust-bitcoinAvatar rust-bitcoin

    rust-bitcoin/rust-bitcoin

    2,639Vezi pe GitHub↗

    Rust Bitcoin

    Bitcoin data structure and network message library.

    Rust
    Vezi pe GitHub↗2,639
  • paritytech/polkadot-sdkAvatar paritytech

    paritytech/polkadot-sdk

    2,690Vezi pe GitHub↗

    SDK for building Polkadot-based blockchains.

    Rustblockchaincumuluspolkadot
    Vezi pe GitHub↗2,690
  • near/nearcoreAvatar near

    near/nearcore

    2,591Vezi pe GitHub↗

    Reference client for NEAR Protocol

    Decentralized smart-contract platform.

    Rust
    Vezi pe GitHub↗2,591
  • bluealloy/revmAvatar bluealloy

    bluealloy/revm

    2,198Vezi pe GitHub↗

    Rust implementation of the Ethereum Virtual Machine.

    Fast Ethereum virtual machine implementation.

    Rust
    Vezi pe GitHub↗2,198
  • starkware-libs/cairoAvatar starkware-libs

    starkware-libs/cairo

    1,870Vezi pe GitHub↗

    Turing-complete language for provable programs.

    Rustcairocomputational-integritystarknet
    Vezi pe GitHub↗1,870
  • joystream/joystreamAvatar Joystream

    Joystream/joystream

    1,396Vezi pe GitHub↗

    Joystream Monorepo

    User-governed video platform.

    Rustblockchaincryptocurrencyjoystream
    Vezi pe GitHub↗1,396
  • holochain/holochainAvatar holochain

    holochain/holochain

    1,386Vezi pe GitHub↗

    The current, performant & industrial strength version of Holochain on Rust.

    Scalable P2P alternative to blockchain.

    Rust
    Vezi pe GitHub↗1,386
  • romanz/electrsAvatar romanz

    romanz/electrs

    1,367Vezi pe GitHub↗

    An efficient re-implementation of Electrum Server in Rust

    Efficient re-implementation of an Electrum server.

    Rustbitcoinelectrumelectrum-server
    Vezi pe GitHub↗1,367
  • lightningdevkit/rust-lightningAvatar lightningdevkit

    lightningdevkit/rust-lightning

    1,358Vezi pe GitHub↗

    A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!

    Bitcoin Lightning protocol library.

    Rust
    Vezi pe GitHub↗1,358
Înapoi123Înainte
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Blockchain Infrastructure