awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesEmbedded Ethereum Node Managers

Manages a bundled Ethereum client process, forwarding command-line flags and lifecycle events to synchronize with the network.

Distinct from Node Orchestrators: Distinct from Node Orchestrators: focuses on managing a single embedded Ethereum client process, not coordinating multiple distributed ledger nodes.

Explore 4 awesome GitHub repositories matching devops & infrastructure · Embedded Ethereum Node Managers. Refine with filters or upvote what's useful.

Awesome Embedded Ethereum Node Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ethereum/mistAvatar de ethereum

    ethereum/mist

    7,431Voir sur GitHub↗

    Mist is a desktop application that serves as both an Ethereum wallet client and a decentralized application browser. It manages Ethereum accounts, synchronizes blockchain data, and provides a dedicated interface for interacting with DApps hosted on the Ethereum network. The application distinguishes itself by bundling an embedded Ethereum node that can be orchestrated and configured through command-line flags, with support for both IPC and RPC transport protocols. It includes a sandboxed DApp browser that isolates each application's execution context, and a transaction signing gateway that au

    Manages a bundled Ethereum client process, forwarding command-line flags and lifecycle events for network synchronization.

    JavaScriptblockchainbrowserelectron
    Voir sur GitHub↗7,431
  • ethereum/ethereum-org-websiteAvatar de ethereum

    ethereum/ethereum-org-website

    5,941Voir sur GitHub↗

    This is the official website and documentation hub for the Ethereum blockchain ecosystem. It serves as a comprehensive educational resource and community portal, providing plain-language guides on blockchain fundamentals, wallet usage, and concepts like DeFi and NFTs, alongside technical documentation for developers building decentralized applications. The site offers detailed walkthroughs for creating dapps that interact with the Ethereum blockchain, covering accounts, transactions, and development frameworks. It also provides extensive guidance for node operators, including step-by-step ins

    Offers detailed guidance for running Ethereum nodes to participate in the network and validate transactions.

    Markdownblockchainchakra-uiethereum
    Voir sur GitHub↗5,941
  • paradigmxyz/rethAvatar de paradigmxyz

    paradigmxyz/reth

    5,652Voir sur 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

    Starts and manages an Ethereum execution-layer client that syncs, validates, and serves the chain.

    Rust
    Voir sur GitHub↗5,652
  • consensys-archive/ganache-uiAvatar de ConsenSys-archive

    ConsenSys-archive/ganache-ui

    4,708Voir sur GitHub↗

    Ganache-UI est une interface visuelle et un tableau de bord pour gérer un environnement blockchain Ethereum local. Il fonctionne comme un simulateur de blockchain locale et un tableau de bord de nœud, fournissant un moyen graphique de développer et tester des smart contracts sans se connecter à un réseau public. Le projet fournit des outils pour surveiller l'état de la blockchain, inspecter les journaux de transactions et visualiser les blocs et les soldes des comptes. Il sert de débogueur pour les applications Ethereum, permettant la simulation de transactions et la vérification du comportement des contrats pendant le workflow de développement. L'interface gère la gestion des comptes côté client, la surveillance des transactions et la synchronisation avec le fournisseur de blockchain via l'intégration de l'API JSON-RPC.

    Ships a web-based dashboard for visualizing blocks, transactions, and account balances.

    JavaScriptblockchaindevelopmentelectron
    Voir sur GitHub↗4,708
  1. Home
  2. DevOps & Infrastructure
  3. Node Orchestrators
  4. Embedded Ethereum Node Managers

Explorer les sous-tags

  • Archive Node ImplementationsFull-history Ethereum nodes that retain all blockchain state from genesis for deep historical queries and analysis. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on the archive node identity (full state retention), not managing a bundled client process.
  • Custom Ethereum Node AssemblyAssembling and configuring a full Ethereum execution node from modular components for custom behavior. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on assembling a custom node from components, not managing a bundled client process.
  • Ethereum Execution Client LaunchersStarting and managing an Ethereum execution-layer client that syncs, validates, and serves the chain. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on launching the execution client itself, not managing a bundled client process from another tool.
  • Modular Node FrameworksComposable frameworks for assembling custom Ethereum-compatible nodes with interchangeable consensus, execution, and storage components. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on a modular framework for assembling custom nodes, not managing a single bundled client.
  • Node Operation GuidesStep-by-step instructions for running and managing Ethereum execution and consensus clients. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on operational guides for running nodes, not managing a bundled client process.
  • Storage ConfigurationsConfigures pruning, static files, and snapshot downloads to balance historical data retention against disk usage. **Distinct from Embedded Ethereum Node Managers:** Distinct from Embedded Ethereum Node Managers: focuses on storage management policies, not node process lifecycle.
  • Visualization DashboardsWeb-based dashboards that visualize the internal state and events of a blockchain node. **Distinct from Embedded Ethereum Node Managers:** Focuses on the visual data representation rather than the operational management of the node process.