4 مستودعات
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.
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.
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.
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.
Ganache-UI هي واجهة مرئية ولوحة تحكم لإدارة بيئة بلوكشين Ethereum محلية. تعمل كمحاكي بلوكشين محلي ولوحة تحكم للعقد، وتوفر طريقة رسومية لتطوير واختبار العقود الذكية دون الاتصال بشبكة عامة. يوفر المشروع أدوات لمراقبة حالة البلوكشين، وفحص سجلات المعاملات، وتصور الكتل وأرصدة الحسابات. يعمل كمصحح أخطاء لتطبيقات Ethereum، مما يسمح بمحاكاة المعاملات والتحقق من سلوك العقد أثناء سير عمل التطوير. تتعامل الواجهة مع إدارة حسابات جانب العميل، ومراقبة المعاملات، والمزامنة مع مزود البلوكشين عبر تكامل JSON-RPC API.
Ships a web-based dashboard for visualizing blocks, transactions, and account balances.