Ethlint
Code Linter
Analyzes Solidity code for style and security issues and fixes them.
(Formerly Solium) Code quality & Security Linter for Solidity
927 stars
23 watching
128 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 4 awesome lists
ethereumlintsecuritysmart-contractssolidity
Related projects:
Repository | Description | Stars |
---|---|---|
protofire/solhint | A tool that checks Solidity code for quality and security issues | 1,039 |
ethereum/solc-bin | Provides current and historical builds of the Solidity Compiler | 401 |
merklejerk/solpp | A preprocessor and flattener for Ethereum's Solidity source files | 112 |
raineorshine/solidity-repl | A tool that allows developers to interact with and execute Ethereum Solidity code using a JavaScript REPL (Read-Eval-Print Loop) | 396 |
eagr/sol-repl | A tool that provides an interactive environment to experiment with Solidity snippets and execute smart contract code in Ethereum | 4 |
tintinweb/solidity-shell | An interactive shell for writing and executing Solidity code | 544 |
eth-sri/securify2 | An automated security scanner for Ethereum smart contracts | 588 |
ethereum/solc-js | A JavaScript interface to a compiler for the Solidity programming language used in Ethereum smart contracts. | 1,456 |
manojpramesh/solidity-cheatsheet | A comprehensive resource for writing smart contracts in Solidity, covering best practices and key concepts. | 1,461 |
mcandre/linters | A community wiki for improving code quality through static analysis and style checking tools | 341 |
lukehedger/sulk | A tool that automates the process of compiling Solidity smart contracts with configuration stored in separate files. | 9 |
raineorshine/solidity-by-example | A collection of contract examples showcasing Solidity language features and use cases in Ethereum smart contracts | 430 |
aniket-engg/sol-verifier | Tool to verify Solidity smart contracts on Etherscan | 30 |
intellij-solidity/intellij-solidity | A plugin for IntelliJ IDEA to support smart contract development in the Solidity programming language | 1,076 |
meherett/pytest-solidity | Tests smart contracts written in Solidity on the Ethereum blockchain | 26 |