awesome-repositories.com
Blog
MCP
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 protofire/solhint

Open-source alternatives to Solhint

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

  • 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
  • duaraghav8/ethlintduaraghav8 avatar

    duaraghav8/Ethlint

    922View on GitHub↗

    (Formerly Solium) Code quality & Security Linter for Solidity

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

    Lamarkaz/psol

    14View on GitHub↗

    Solidity Preprocessor

    JavaScript
    View on GitHub↗14
  • 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
  • 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
  • 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
  • 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
  • wighawag/rockethwighawag avatar

    wighawag/rocketh

    32View on GitHub↗

    A tool to test and deploy ethereum smart contract

    TypeScript
    View on GitHub↗32
  • hillstreetlabs/espressohillstreetlabs avatar

    hillstreetlabs/espresso

    76View on GitHub↗

    👯 speedy, parallelized, hot-reloading solidity test framework

    JavaScript
    View on GitHub↗76
  • 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
  • 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
  • bkrem/awesome-soliditybkrem avatar

    bkrem/awesome-solidity

    7,032View on GitHub↗

    This project is a curated directory and index of resources for Solidity smart contract development. It provides a categorized collection of libraries, development frameworks, security tools, and educational materials used to build and deploy decentralized applications. The repository functions as a comprehensive catalog for the software development lifecycle, featuring a specific index of community-vetted modular building blocks and token standard implementations. It also maintains a dedicated list of security resources, including static analyzers and fuzzers, to assist in auditing and securi

    View on GitHub↗7,032
  • fuellabs/swayFuelLabs avatar

    FuelLabs/sway

    61,626View on GitHub↗

    Sway is a smart contract development language and programming environment designed for writing, compiling, and deploying secure blockchain programs. It serves as a type-safe language for building on-chain logic and a static analysis toolchain that validates contracts before they are executed on a network. The ecosystem provides a development environment focused on blockchain application logic and web3 backend engineering. It integrates a type-safe programming approach to reduce vulnerabilities and ensure reliable state transitions for decentralized services. The toolchain incorporates static

    Rustcompilerfuellanguage
    View on GitHub↗61,626
  • yeasy/blockchain_guideyeasy avatar

    yeasy/blockchain_guide

    7,069View on GitHub↗

    This is an educational resource that provides a comprehensive guide to blockchain and distributed ledger technologies, covering everything from fundamental concepts to practical deployment. The guide systematically explains the core architecture of blockchain systems, including consensus-based distributed ledgers, cryptographic hash chains, Merkle trees, and smart contract execution engines, while also detailing permissioned channel architectures and modular service platforms for enterprise use. The resource distinguishes itself by offering a dual-track learning path that serves both non-tech

    Gobitcoinblockchainbook
    View on GitHub↗7,069
  • asweigart/pyautoguiasweigart avatar

    asweigart/pyautogui

    12,564View on GitHub↗

    PyAutoGUI is a Python GUI automation library and desktop automation framework. It provides a set of tools for programmatically controlling the mouse and keyboard to automate user interface interactions across different operating systems. The project functions as a cross-platform input simulator and computer vision screen scanner. It enables the simulation of keystrokes and cursor movements to perform repetitive tasks and utilizes screen analysis to locate specific images or pixel colors on the display. Its capability surface includes mouse and keyboard input simulation, screen image capture,

    Python
    View on GitHub↗12,564
  • asvae/laravel-api-testerasvae avatar

    asvae/laravel-api-tester

    355View on GitHub↗

    Test your routes without hassle

    PHP
    View on GitHub↗355
  • aliesbelik/awesome-jmeteraliesbelik avatar

    aliesbelik/awesome-jmeter

    790View on GitHub↗

    A collection of resources covering different aspects of JMeter usage.

    HTMLapache-jmeterawesomeawesome-list
    View on GitHub↗790
  • brian-watkins/elm-specbrian-watkins avatar

    brian-watkins/elm-spec

    34View on GitHub↗

    Describe the behavior of Elm programs

    Elm
    View on GitHub↗34
  • boostorg/testboostorg avatar

    boostorg/test

    209View on GitHub↗

    The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)

    C++boostc-plus-plusunit-testing
    View on GitHub↗209
  • brikev/twdBRIKEV avatar

    BRIKEV/twd

    49View on GitHub↗

    Frontend tests that run in your real browser, against your real backend. No jsdom, no separate E2E stack.

    TypeScript
    View on GitHub↗49
  • 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
  • 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
  • arcanedev/logviewerARCANEDEV avatar

    ARCANEDEV/LogViewer

    2,393View on GitHub↗

    :pagewithcurl: Provides a log viewer for Laravel

    PHP
    View on GitHub↗2,393