awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ethereum/eth-tester

Open-source alternatives to Eth Tester

30 open-source projects similar to ethereum/eth-tester, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Eth Tester alternative.

  • stepci/stepciAvatar de stepci

    stepci/stepci

    1,860Ver en GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    Ver en GitHub↗1,860
  • hillstreetlabs/espressoAvatar de hillstreetlabs

    hillstreetlabs/espresso

    76Ver en GitHub↗

    👯 speedy, parallelized, hot-reloading solidity test framework

    JavaScript
    Ver en GitHub↗76
  • hacker-dom/decodeAvatar de hacker-DOM

    hacker-DOM/decode

    6Ver en GitHub↗

    Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.

    JavaScript
    Ver en GitHub↗6
  • schemathesis/schemathesisAvatar de schemathesis

    schemathesis/schemathesis

    3,055Ver en GitHub↗

    Schemathesis is a property-based testing tool and fuzzer for schema-based APIs. It analyzes OpenAPI and JSON Schema specifications to automatically generate test cases that identify crashes, schema violations, and validation bypasses. The project functions as a contract validator and security scanner, verifying that a live server strictly adheres to its defined specifications. The framework distinguishes itself through stateful API testing, which chains multiple related requests together to uncover bugs that only emerge during complex, multi-step user workflows. It also utilizes response-driv

    Pythonapiapi-testingcli
    Ver en GitHub↗3,055
  • tenderly/tenderly-cliAvatar de Tenderly

    Tenderly/tenderly-cli

    585Ver en GitHub↗

    CLI tool for Smart Contract error tracking, monitoring and alerting.

    Go
    Ver en GitHub↗585

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • lamarkaz/psolAvatar de Lamarkaz

    Lamarkaz/psol

    14Ver en GitHub↗

    Solidity Preprocessor

    JavaScript
    Ver en GitHub↗14
  • duaraghav8/ethlintAvatar de duaraghav8

    duaraghav8/Ethlint

    922Ver en GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    Ver en GitHub↗922
  • fergarrui/ethereum-graph-debuggerAvatar de fergarrui

    fergarrui/ethereum-graph-debugger

    352Ver en GitHub↗

    Ethereum solidity graph plain debugger. To have the whole picture when debugging.

    TypeScript
    Ver en GitHub↗352
  • merklejerk/solppAvatar de merklejerk

    merklejerk/solpp

    110Ver en GitHub↗

    A solidity preprocessor and flattener CLI and library

    JavaScript
    Ver en GitHub↗110
  • sc-forks/solidity-coverageAvatar de sc-forks

    sc-forks/solidity-coverage

    1,003Ver en GitHub↗

    Code coverage for Solidity smart-contracts

    JavaScript
    Ver en GitHub↗1,003
  • aniket-engg/sol-profilerAvatar de Aniket-Engg

    Aniket-Engg/sol-profiler

    29Ver en GitHub↗

    CLI Tool to List & Store Solidity Smart Contract Methods Attributes

    JavaScript
    Ver en GitHub↗29
  • wighawag/rockethAvatar de wighawag

    wighawag/rocketh

    32Ver en GitHub↗

    A tool to test and deploy ethereum smart contract

    TypeScript
    Ver en GitHub↗32
  • rkalis/truffle-assertionsAvatar de rkalis

    rkalis/truffle-assertions

    152Ver en GitHub↗

    🛠 Assertions and utilities for testing Ethereum smart contracts with Truffle unit tests

    JavaScript
    Ver en GitHub↗152
  • protofire/solhintAvatar de protofire

    protofire/solhint

    1,125Ver en GitHub↗

    Solhint is an open-source project to provide a linting utility for Solidity code.

    JavaScript
    Ver en GitHub↗1,125
  • 0xproject/0x-monorepoAvatar de 0xProject

    0xProject/0x-monorepo

    1,407Ver en GitHub↗

    0x protocol monorepo - includes our smart contracts and many developer tools

    TypeScript
    Ver en GitHub↗1,407
  • cobraframework/pytest-cobraAvatar de cobraframework

    cobraframework/pytest-cobra

    27Ver en GitHub↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    Ver en GitHub↗27
  • ericr/sol-function-profilerAvatar de EricR

    EricR/sol-function-profiler

    80Ver en GitHub↗

    Solidity Contract Function Profiler

    JavaScript
    Ver en GitHub↗80
  • f-o-a-m/cliquebaitAvatar de f-o-a-m

    f-o-a-m/cliquebait

    108Ver en GitHub↗

    Scientists are SHOCKED by how easy it is to disrupt a $550B industry with this one weird trick!

    Shell
    Ver en GitHub↗108
  • barryvdh/laravel-debugbarAvatar de barryvdh

    barryvdh/laravel-debugbar

    19,242Ver en GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    Ver en GitHub↗19,242
  • chronoxor/cppbenchmarkAvatar de chronoxor

    chronoxor/CppBenchmark

    336Ver en GitHub↗

    Performance benchmark framework for C++ with nanoseconds measure precision

    C++
    Ver en GitHub↗336
  • badisi/wdio-harnessAvatar de badisi

    badisi/wdio-harness

    6Ver en GitHub↗

    🔬 WebdriverIO support for Angular component test harnesses

    TypeScript
    Ver en GitHub↗6
  • avh4/elm-program-testAvatar de avh4

    avh4/elm-program-test

    95Ver en GitHub↗

    Test Elm programs

    Elm
    Ver en GitHub↗95
  • catchorg/catch2Avatar de catchorg

    catchorg/Catch2

    20,198Ver en GitHub↗

    Catch2 is a comprehensive framework for C++ software validation, providing an environment for unit testing, integration verification, and performance analysis. It enables developers to define and execute automated test suites and micro-benchmarks directly within their applications. The framework is distinguished by its header-only distribution, which allows for integration into existing build systems without requiring complex external dependencies. It utilizes a hierarchical section-based execution model that supports behavior-driven testing, allowing for shared setup and teardown logic acros

    C++bddcppcpp14
    Ver en GitHub↗20,198
  • bruderstein/unexpected-reactAvatar de bruderstein

    bruderstein/unexpected-react

    185Ver en GitHub↗

    Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer

    JavaScript
    Ver en GitHub↗185
  • celtoys/remoteryAvatar de Celtoys

    Celtoys/Remotery

    3,303Ver en GitHub↗

    Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer

    C
    Ver en GitHub↗3,303
  • christian-bromann/awesome-seleniumAvatar de christian-bromann

    christian-bromann/awesome-selenium

    1,131Ver en GitHub↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    Ver en GitHub↗1,131
  • augustogoulart/awesome-pytestAvatar de augustogoulart

    augustogoulart/awesome-pytest

    554Ver en GitHub↗
    awesomedigitaloceanhacktoberfest
    Ver en GitHub↗554
  • cleder/awesome-python-testingAvatar de cleder

    cleder/awesome-python-testing

    295Ver en GitHub↗

    Collection of awesome 😎️ Python resources for testing

    awesomeawesome-listhacktoberfest
    Ver en GitHub↗295
  • cloudhead/http-consoleAvatar de cloudhead

    cloudhead/http-console

    1,395Ver en GitHub↗

    simple, intuitive HTTP REPL — Speak HTTP like a local.

    JavaScript
    Ver en GitHub↗1,395
  • andythigpen/nvim-coverageAvatar de andythigpen

    andythigpen/nvim-coverage

    434Ver en GitHub↗

    Displays test coverage data in the sign column

    Lua
    Ver en GitHub↗434