# Mythril Mythril is a bug hunting tool and framework for the Ethereum blockchain. ## Installation Install from Pypi: ```bash $ pip install mythril ``` Or, clone the GitHub repo to install the newest master branch: ```bash $ git clone https://github.com/b-mueller/mythril/ $ cd mythril $ python setup.py install ``` ## Usage -- TODO -- I'm currently rewriting the whole thing and the docs need to be updated. ## Credit JSON RPC library is adapted from [ethjsonrpc](https://github.com/ConsenSys/ethjsonrpc) (it doesn't seem to be maintained anymore, and I needed to make some changes to it).