awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tenderly/tenderly-cli

Open-source alternatives to Tenderly Cli

30 open-source projects similar to tenderly/tenderly-cli, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Tenderly Cli alternative.

  • schemathesis/schemathesisschemathesis avatar

    schemathesis/schemathesis

    3,055View on 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
    View on GitHub↗3,055
  • hacker-dom/decodehacker-DOM avatar

    hacker-DOM/decode

    6View on 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
    View on GitHub↗6
  • fergarrui/ethereum-graph-debuggerfergarrui avatar

    fergarrui/ethereum-graph-debugger

    352View on GitHub↗

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

    TypeScript
    View on GitHub↗352
  • sc-forks/solidity-coveragesc-forks avatar

    sc-forks/solidity-coverage

    1,003View on GitHub↗

    Code coverage for Solidity smart-contracts

    JavaScript
    View on GitHub↗1,003
  • stepci/stepcistepci avatar

    stepci/stepci

    1,860View on GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    View on GitHub↗1,860

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • hillstreetlabs/espressohillstreetlabs avatar

    hillstreetlabs/espresso

    76View on GitHub↗

    👯 speedy, parallelized, hot-reloading solidity test framework

    JavaScript
    View on GitHub↗76
  • duaraghav8/ethlintduaraghav8 avatar

    duaraghav8/Ethlint

    922View on GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    View on GitHub↗922
  • f-o-a-m/cliquebaitf-o-a-m avatar

    f-o-a-m/cliquebait

    108View on GitHub↗

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

    Shell
    View on GitHub↗108
  • lamarkaz/psolLamarkaz avatar

    Lamarkaz/psol

    14View on GitHub↗

    Solidity Preprocessor

    JavaScript
    View on GitHub↗14
  • rkalis/truffle-assertionsrkalis avatar

    rkalis/truffle-assertions

    152View on GitHub↗

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

    JavaScript
    View on GitHub↗152
  • aniket-engg/sol-profilerAniket-Engg avatar

    Aniket-Engg/sol-profiler

    29View on GitHub↗

    CLI Tool to List & Store Solidity Smart Contract Methods Attributes

    JavaScript
    View on GitHub↗29
  • wighawag/rockethwighawag avatar

    wighawag/rocketh

    32View on GitHub↗

    A tool to test and deploy ethereum smart contract

    TypeScript
    View on GitHub↗32
  • protofire/solhintprotofire avatar

    protofire/solhint

    1,125View on GitHub↗

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

    JavaScript
    View on GitHub↗1,125
  • merklejerk/solppmerklejerk avatar

    merklejerk/solpp

    110View on GitHub↗

    A solidity preprocessor and flattener CLI and library

    JavaScript
    View on GitHub↗110
  • 0xproject/0x-monorepo0xProject avatar

    0xProject/0x-monorepo

    1,407View on GitHub↗

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

    TypeScript
    View on GitHub↗1,407
  • cobraframework/pytest-cobracobraframework avatar

    cobraframework/pytest-cobra

    27View on GitHub↗

    PyTest plugin for testing smart contracts for Ethereum blockchain.

    Python
    View on GitHub↗27
  • ericr/sol-function-profilerEricR avatar

    EricR/sol-function-profiler

    80View on GitHub↗

    Solidity Contract Function Profiler

    JavaScript
    View on GitHub↗80
  • ethereum/eth-testerethereum avatar

    ethereum/eth-tester

    377View on GitHub↗

    Tool suite for testing ethereum applications.

    Python
    View on GitHub↗377
  • barryvdh/laravel-debugbarbarryvdh avatar

    barryvdh/laravel-debugbar

    19,242View on 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
    View on GitHub↗19,242
  • chronoxor/cppbenchmarkchronoxor avatar

    chronoxor/CppBenchmark

    336View on GitHub↗

    Performance benchmark framework for C++ with nanoseconds measure precision

    C++
    View on GitHub↗336
  • badisi/wdio-harnessbadisi avatar

    badisi/wdio-harness

    6View on GitHub↗

    🔬 WebdriverIO support for Angular component test harnesses

    TypeScript
    View on GitHub↗6
  • avh4/elm-program-testavh4 avatar

    avh4/elm-program-test

    95View on GitHub↗

    Test Elm programs

    Elm
    View on GitHub↗95
  • catchorg/catch2catchorg avatar

    catchorg/Catch2

    20,198View on 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
    View on GitHub↗20,198
  • bruderstein/unexpected-reactbruderstein avatar

    bruderstein/unexpected-react

    185View on GitHub↗

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

    JavaScript
    View on GitHub↗185
  • celtoys/remoteryCeltoys avatar

    Celtoys/Remotery

    3,303View on GitHub↗

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

    C
    View on GitHub↗3,303
  • christian-bromann/awesome-seleniumchristian-bromann avatar

    christian-bromann/awesome-selenium

    1,131View on GitHub↗

    A curated list of delightful Selenium resources.

    awesomeawesome-listlist
    View on GitHub↗1,131
  • augustogoulart/awesome-pytestaugustogoulart avatar

    augustogoulart/awesome-pytest

    554View on GitHub↗
    awesomedigitaloceanhacktoberfest
    View on GitHub↗554
  • cleder/awesome-python-testingcleder avatar

    cleder/awesome-python-testing

    295View on GitHub↗

    Collection of awesome 😎️ Python resources for testing

    awesomeawesome-listhacktoberfest
    View on GitHub↗295
  • cloudhead/http-consolecloudhead avatar

    cloudhead/http-console

    1,395View on GitHub↗

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

    JavaScript
    View on GitHub↗1,395
  • andythigpen/nvim-coverageandythigpen avatar

    andythigpen/nvim-coverage

    434View on GitHub↗

    Displays test coverage data in the sign column

    Lua
    View on GitHub↗434