awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ethereum avatar

ethereum/mistArchived

0
View on GitHub↗
7,431 نجوم·1,873 تفرعات·JavaScript·GPL-3.0·7 مشاهداتethereum.org↗

Mist

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 authenticates user private keys via password to authorize outgoing transfers and contract interactions. Mist also supports importing encrypted Ethereum pre-sale wallet files to restore account access, and verifies installer integrity through SHA-256 checksum comparison.

For development and testing, Mist can launch a local private Ethereum network and auto-connect the browser, or point to a custom user-specified node. It enables Ether transfers to smart contracts with configurable gas parameters, and provides wallet synchronization to display current balances and transaction history.

Features

  • Wallet Clients - Serves as a full-featured Ethereum wallet client with account management and transaction capabilities.
  • Decentralized Application Interfaces - Provides a dedicated browser interface to open and interact with decentralized applications on the Ethereum network.
  • Ethereum Clients - Launches and manages a local Ethereum client to synchronize with the peer-to-peer network.
  • DApp Browsers - Provides a dedicated sandboxed browser for interacting with Ethereum decentralized applications.
  • Node Connection Configurators - Configures and connects to local or custom Ethereum nodes via IPC or RPC for private or development networks.
  • Node Managers - Ships an embedded node manager that launches and configures Ethereum clients via command-line flags.
  • Embedded Ethereum Node Managers - Manages a bundled Ethereum client process, forwarding command-line flags and lifecycle events for network synchronization.
  • Blockchain Data Synchronization - Downloads and verifies the blockchain to display current balances and transaction history.
  • Ethereum Wallet Managers - Manages Ethereum accounts, imports pre-sale wallets, and sends transactions with gas for contract interactions.
  • Pre-Sale Wallet Importers - Provides a dedicated importer for encrypted Ethereum pre-sale wallet files to restore account access.
  • Sandboxed Browser Runtimes - Renders decentralized applications in an isolated web view, restricting host system access.
  • Account Unlock Gateways - Authenticates user private keys via password to authorize outgoing transfers and contract interactions.
  • Transaction Signing and Broadcasting - Unlocks accounts via password authentication, then signs and broadcasts transactions through the connected node.
  • Value Transfers - Transfers value to a smart contract with sufficient gas to execute its logic and record the transaction.
  • Custom Node Connectors - Directs the browser to use a user-specified Ethereum node via IPC or RPC for private or development networks.
  • Private Network Testers - Launches a local private Ethereum network and connects a browser for development and testing without real funds.
  • Embedded Node Flag Forwarders - Passes command-line flags to the bundled Ethereum node by prefixing them with a custom flag to customize its behavior.
  • IPC-RPC Transport Switchers - Connects to Ethereum nodes via IPC or RPC, switching transport based on user configuration.
  • Local Ethereum Network Bootstrappers - Launches a local Ethereum development node with predefined parameters and auto-connects the browser for testing.
  • Local Ethereum Network Launchers - Starts a private Ethereum development network and connects the browser to it for local testing.
  • Pre-Sale Wallet Importers - Imports encrypted Ethereum pre-sale wallet files to restore account access and private keys.
  • Local Ethereum Node Test Connections - Points the application at a local development Ethereum node to test without using real funds.
  • Smart Contract Callers - Provides an interface for sending Ether and data to smart contracts with configurable gas parameters.
  • المحافظ والواجهات - Official light-client wallet for the Ethereum network.

سجل النجوم

مخطط تاريخ النجوم لـ ethereum/mistمخطط تاريخ النجوم لـ ethereum/mist

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة ethereum/mist؟

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.

ما هي الميزات الرئيسية لـ ethereum/mist؟

الميزات الرئيسية لـ ethereum/mist هي: Wallet Clients, Decentralized Application Interfaces, Ethereum Clients, DApp Browsers, Node Connection Configurators, Node Managers, Embedded Ethereum Node Managers, Blockchain Data Synchronization.

ما هي البدائل مفتوحة المصدر لـ ethereum/mist؟

تشمل البدائل مفتوحة المصدر لـ ethereum/mist: paritytech/parity — Parity is an Ethereum client node implementation designed to run a full node, validate blocks, and maintain a local… trustwallet/assets — This project provides a collection of infrastructure components for multichain wallet integration, including a… inoutcode/ethereum_book — This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides… rainbow-me/rainbow — Rainbow is a mobile application for storing, sending, and managing digital assets on the Ethereum blockchain and… openethereum/parity-ethereum — This project is a collection of blockchain tools providing an Ethereum client node, a virtual machine runtime for… ethereum/web3.py — Web3.py is a Python library that provides a comprehensive interface for interacting with the Ethereum blockchain. It…

بدائل مفتوحة المصدر لـ Mist

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mist.
  • paritytech/parityالصورة الرمزية لـ paritytech

    paritytech/parity

    6,831عرض على GitHub↗

    Parity is an Ethereum client node implementation designed to run a full node, validate blocks, and maintain a local copy of the blockchain. It functions as a blockchain state engine that executes smart contracts and manages distributed ledger state through a peer-to-peer network. The project includes a synchronization engine to download and verify historical block data to reach current network height and a cryptographic key manager for generating and storing private keys used to sign transactions. The system covers distributed ledger interaction via a command line interface for querying netw

    Rust
    عرض على GitHub↗6,831
  • trustwallet/assetsالصورة الرمزية لـ trustwallet

    trustwallet/assets

    5,339عرض على GitHub↗

    This project provides a collection of infrastructure components for multichain wallet integration, including a cryptographic library for cross-chain transaction signing and a curated repository for cryptocurrency asset metadata. It serves as a central hub for managing token logos, contract addresses, and technical specifications for digital assets across multiple blockchains. The system includes a Model Context Protocol server that exposes real-time blockchain data and technical documentation to large language models. It further extends this AI integration by providing a standardized tool-cal

    Go
    عرض على GitHub↗5,339
  • inoutcode/ethereum_bookالصورة الرمزية لـ inoutcode

    inoutcode/ethereum_book

    4,081عرض على GitHub↗

    This project is a comprehensive educational guide and technical manual for the Ethereum blockchain. It provides structured instruction on blockchain fundamentals, smart contract development, and the architectural principles of decentralized applications. The resource covers technical domains including smart contract security auditing, network administration, and web3 programming. It details the implementation of token standards, the use of mnemonic seeds for wallet integration, and the creation of censorship-resistant application architectures. The documentation extends to system-level opera

    Vueblockchaindappsethereum
    عرض على GitHub↗4,081
  • rainbow-me/rainbowالصورة الرمزية لـ rainbow-me

    rainbow-me/rainbow

    4,358عرض على GitHub↗

    Rainbow is a mobile application for storing, sending, and managing digital assets on the Ethereum blockchain and compatible networks. It functions as a mobile wallet and gallery for managing cryptocurrency and non-fungible tokens. The project includes an integrated web browser that injects a wallet provider to enable interaction with decentralized applications. It features a transaction simulator that previews the outcome of smart contract interactions before a user signs a request, and a crypto asset aggregator for swapping currencies and depositing fiat funds via third-party providers. The

    TypeScript
    عرض على GitHub↗4,358
  • عرض جميع البدائل الـ 30 لـ Mist→