An open API service indexing awesome lists of open source software.

https://github.com/vietlq/smart-contract-audit

Guide to auditing EVM smart contracts using tools
https://github.com/vietlq/smart-contract-audit

cve-scanning ethereum evm security security-audit smart-contracts

Last synced: 5 months ago
JSON representation

Guide to auditing EVM smart contracts using tools

Awesome Lists containing this project

README

          

# Guide to auditing EVM smart contracts using tools

## Static analysis

* Mythril
* Manticore
* K-EVM
* IDEA
* Solgraph
* SmartCheck
* Porosity
* Flint
* Oyente
* Securify.ch
* Remix

## Test coverage

* solidity-coverage

## Linters

* Solium
* Solcheck
* Solint
* Solhint

## References

* https://consensys.github.io/smart-contract-best-practices/
* https://consensys.github.io/smart-contract-best-practices/security_tools/