awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesLocal Blockchain Node Hosting

Hosting a local blockchain simulation as a standalone process that exposes a JSON-RPC interface.

Distinct from Self-Hosted Platform as a Service: None of the candidates represent the hosting of a simulated blockchain node; they focus on PaaS or Q&A platforms.

Explore 7 awesome GitHub repositories matching devops & infrastructure · Local Blockchain Node Hosting. Refine with filters or upvote what's useful.

Awesome Local Blockchain Node Hosting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • subquery/subqlAvatar von subquery

    subquery/subql

    18,791Auf GitHub ansehen↗

    Subql is a blockchain data indexing framework and TypeScript-based indexer used to extract raw blockchain events and transactions and transform them into structured, queryable data entities. It functions as a data API and a tool for building decentralized application backends, providing a query interface for type-safe access to indexed blockchain data. The project includes an AI-powered query engine that utilizes large language models to translate natural language questions into structured GraphQL queries. This system can orchestrate multi-step queries by breaking down complex requests into s

    Hosts a local indexing node as a standalone process to simulate blockchain data environments.

    TypeScript
    Auf GitHub ansehen↗18,791
  • trufflesuite/truffleAvatar von trufflesuite

    trufflesuite/truffle

    13,928Auf GitHub ansehen↗

    Truffle is an Ethereum smart contract development framework providing a toolkit for compiling, testing, and deploying smart contracts to the Ethereum blockchain and compatible networks. It serves as an integrated environment for managing the full smart contract lifecycle. The framework includes a local blockchain emulator to simulate network environments for iterative testing without using real assets. It also features a blockchain network manager to configure and switch between various public and private network endpoints. The toolset covers smart contract compilation into bytecode and bina

    Launches a local blockchain server to simulate a network environment for rapid development.

    TypeScript
    Auf GitHub ansehen↗13,928
  • canopy-network/canopyAvatar von canopy-network

    canopy-network/canopy

    11,413Auf GitHub ansehen↗

    Canopy is the official Go implementation of a blockchain node that runs a recursive network architecture, enabling new blockchains to launch as dependent layers that can later graduate into fully independent security roots. The project provides a hybrid consensus mechanism that combines Byzantine fault-tolerant Proof-of-Stake with Verifiable-Delay Functions, delivering instant finality while protecting against long-range attacks through trustless chain age verification. Validators secure multiple chains simultaneously through restaking, where a single bonded stake serves as collateral across t

    Starts a single-node blockchain on the local machine with default configuration and a funded validator account.

    Goauto-scaling-architecturelayerless-blockchain-creatormesh-security-provider
    Auf GitHub ansehen↗11,413
  • nomicfoundation/hardhatAvatar von NomicFoundation

    NomicFoundation/hardhat

    8,489Auf GitHub ansehen↗

    Hardhat is a smart contract development framework and EVM tooling suite designed for the full lifecycle of Ethereum and EVM-compatible applications. It serves as a development environment for compiling, testing, and deploying smart contracts, providing a local blockchain simulation and a programmable task runner. The framework is distinguished by its extensive simulation capabilities, including the ability to fork remote network state and manipulate block time or account balances. It features a hook-based plugin system that allows for the extension of core functionality and the creation of cu

    Starts a local blockchain as a separate process exposing a JSON-RPC interface for external wallets.

    TypeScriptblockchaindappsdebugging
    Auf GitHub ansehen↗8,489
  • paritytech/substrateAvatar von paritytech

    paritytech/substrate

    8,409Auf GitHub ansehen↗

    Substrate ist ein modulares Blockchain-Entwicklungsframework, das zum Aufbau maßgeschneiderter Blockchain-Netzwerke mit programmierbaren Zustandsübergängen und Konsensmechanismen verwendet wird. Es fungiert als Toolkit für die Konstruktion maßgeschneiderter Netzwerkprotokolle und die Bereitstellung von Nodes in lokalen Umgebungen oder globalen Testnets. Das Framework nutzt eine WebAssembly-Laufzeitumgebung zur Ausführung der Zustandsübergangslogik, was ein deterministisches Verhalten über alle Netzwerk-Nodes hinweg sicherstellt. Es ermöglicht die Komposition modularer Logikkomponenten und Runtime-Paletten, um die spezifischen Regeln und das Verhalten einer Blockchain zu definieren. Das System deckt grundlegende Blockchain-Operationen ab, einschließlich der Verarbeitung signierter Transaktionen, der Verwaltung der Block-Erstellung und der Integration von Umgebungsdaten. Es bietet zudem kryptografische Schlüsselverwaltung für die sichere Speicherung und Rotation von Session-Keys sowie Werkzeuge für die isolierte Binärkompilierung und Node-Orchestrierung.

    Enables running pre-configured client nodes locally or deploying global testnets to verify chain configurations.

    Rust
    Auf GitHub ansehen↗8,409
  • stellar/stellar-coreAvatar von stellar

    stellar/stellar-core

    3,269Auf GitHub ansehen↗

    Stellar Core is the primary software implementation of the Stellar blockchain network, serving as a distributed ledger and a Federated Byzantine Agreement system. It functions as a core node that maintains the shared state of the network and provides a runtime environment for executing WebAssembly smart contracts. The project enables the creation and management of digital assets, including the implementation of decentralized exchanges through distributed orderbooks and automated liquidity pools. It facilitates cross-border payment settlement by routing assets via path payments and bridging di

    Hosts blockchain node instances to provide JSON-RPC access for network interaction and testing.

    C++
    Auf GitHub ansehen↗3,269
  • remix-project-org/remix-projectAvatar von remix-project-org

    remix-project-org/remix-project

    3,003Auf GitHub ansehen↗

    Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete workspace for writing, compiling, deploying, and debugging smart contracts across simulated and public blockchain networks. The project distinguishes itself as a specialized toolchain for EVM debugging and analysis, offering opcode-level transaction stepping and state memory analysis. It also includes a dedicated zero-knowledge proof toolchain for compiling ZK circuits and generating cryptographic proofs, alongside an AI-powered coding assistant for code generation and explanati

    Connects the development environment to local blockchain nodes or custom RPC endpoints.

    TypeScriptblockchainethereumevm
    Auf GitHub ansehen↗3,003
  1. Home
  2. DevOps & Infrastructure
  3. Local Blockchain Node Hosting