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
·

2 dépôts

Awesome GitHub RepositoriesMining Accelerators

Tools that advance the blockchain state by simulating the production of blocks in constant time.

Distinct from Block Mining: Distinct from general Block Mining: focuses on the acceleration and time-manipulation for testing purposes.

Explore 2 awesome GitHub repositories matching data & databases · Mining Accelerators. Refine with filters or upvote what's useful.

Awesome Mining Accelerators 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.
  • nomicfoundation/hardhatAvatar de NomicFoundation

    NomicFoundation/hardhat

    8,489Voir sur GitHub↗

    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

    Advances the simulated blockchain by a specified number of blocks instantly to test time-dependent logic.

    TypeScriptblockchaindappsdebugging
    Voir sur GitHub↗8,489
  • ethereum/alethAvatar de ethereum

    ethereum/aleth

    3,969Voir sur GitHub↗

    Aleth est un client Ethereum C++ et une implémentation de nœud complet. Il fournit un exécuteur de machine virtuelle pour exécuter et déboguer le bytecode, un débogueur d'état de blockchain et une bibliothèque de sérialisation pour encoder et décoder les données en utilisant le format Recursive Length Prefix. Le projet inclut un outil de minage dédié pour produire des blocs et comparer la performance du matériel de hachage. Il se distingue en outre par un débogueur d'état qui analyse les changements d'état pré- et post-exécution et génère des traces d'exécution étape par étape pour la machine virtuelle. L'implémentation couvre les opérations de nœud incluant la découverte de pairs via des bootnodes, la synchronisation d'état basée sur des snapshots et la gestion des clés cryptographiques pour signer les transactions. Elle fournit également un framework pour vérifier la stabilité du consensus, simuler la logique des smart contracts et déployer des contrats au sein de réseaux privés.

    Provides optimized C++ routines to accelerate block production through hardware-efficient hashing operations.

    C++cppethereumethereum-client
    Voir sur GitHub↗3,969
  1. Home
  2. Data & Databases
  3. Block Mining
  4. Mining Accelerators

Explorer les sous-tags

  • Hashing AcceleratorsOptimized routines for performing repetitive cryptographic hashing to produce blockchain blocks. **Distinct from Mining Accelerators:** Distinct from Mining Accelerators: focuses on the computational hashing process rather than time-manipulation for testing.