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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to f-o-a-m/cliquebait

Projects sharing features with Cliquebait

30 open-source projects similar to f-o-a-m/cliquebait, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • 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
  • ethereum/eth-testerethereum avatar

    ethereum/eth-tester

    377View on GitHub↗

    Tool suite for testing ethereum applications.

    Python
    View on GitHub↗377
  • 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
  • tenderly/tenderly-cliTenderly avatar

    Tenderly/tenderly-cli

    585View on GitHub↗

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

    Go
    View on GitHub↗585

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
  • trufflesuite/ganachetrufflesuite avatar

    trufflesuite/ganache

    2,629View on GitHub↗

    :warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.

    TypeScript
    View on GitHub↗2,629
  • consensys/local-raidenConsenSys avatar

    ConsenSys/Local-Raiden

    15View on GitHub↗

    Run a local Raiden network in docker containers for demo and testing purposes.

    JavaScript
    View on GitHub↗15
  • ericr/sol-function-profilerEricR avatar

    EricR/sol-function-profiler

    80View on GitHub↗

    Solidity Contract Function Profiler

    JavaScript
    View on GitHub↗80
  • pegasyseng/artemisPegaSysEng avatar

    PegaSysEng/artemis

    774View on GitHub↗

    🚀 Open-source Ethereum consensus client written in Java

    Java
    View on GitHub↗774
  • merklejerk/solppmerklejerk avatar

    merklejerk/solpp

    110View on GitHub↗

    A solidity preprocessor and flattener CLI and library

    JavaScript
    View on GitHub↗110
  • 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
  • stepci/stepcistepci avatar

    stepci/stepci

    1,860View on GitHub↗

    Automated API Testing and Quality Assurance

    TypeScript
    View on GitHub↗1,860
  • vrde/ethnodevrde avatar

    vrde/ethnode

    194View on GitHub↗

    Run an Ethereum node (Geth or Openethereum) for development

    JavaScript
    View on GitHub↗194
  • wighawag/rockethwighawag avatar

    wighawag/rocketh

    32View on GitHub↗

    A tool to test and deploy ethereum smart contract

    TypeScript
    View on GitHub↗32
  • 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
  • consensys/private-networks-deployment-scriptsConsenSys avatar

    ConsenSys/private-networks-deployment-scripts

    43View on GitHub↗

    This repository contains out-of-the-box deployment scripts for private PoA networks

    Shell
    View on GitHub↗43
  • duaraghav8/ethlintduaraghav8 avatar

    duaraghav8/Ethlint

    922View on GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

    JavaScript
    View on GitHub↗922
  • 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
  • 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
  • hillstreetlabs/espressohillstreetlabs avatar

    hillstreetlabs/espresso

    76View on GitHub↗

    👯 speedy, parallelized, hot-reloading solidity test framework

    JavaScript
    View on GitHub↗76
  • lamarkaz/psolLamarkaz avatar

    Lamarkaz/psol

    14View on GitHub↗

    Solidity Preprocessor

    JavaScript
    View on GitHub↗14
  • pegasyseng/orionPegaSysEng avatar

    PegaSysEng/orion

    90View on GitHub↗

    Orion is a PegaSys component for doing private transactions

    Java
    View on GitHub↗90
  • 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
  • foundry-rs/foundryfoundry-rs avatar

    foundry-rs/foundry

    10,125View on GitHub↗

    Foundry is an Ethereum smart contract development toolkit and blockchain simulator designed for compiling, testing, and deploying contracts for the Ethereum Virtual Machine. It provides a local environment for simulating blockchain state and forking live networks to execute code without modifying the actual chain. The project features a property-based fuzzing engine to identify edge-case failures in contract logic and a transaction debugger for analyzing detailed execution traces and gas consumption. It enables developers to mirror the state of a remote chain locally to test against real-worl

    Rustalloyblockchainbytecode
    View on GitHub↗10,125
  • inoutcode/ethereum_bookinoutcode avatar

    inoutcode/ethereum_book

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

    chronoxor/CppBenchmark

    336View on GitHub↗

    Performance benchmark framework for C++ with nanoseconds measure precision

    C++
    View on GitHub↗336