Metadata-Version: 1.2
Name: laser-ethereum
Version: 0.2.19
Summary: Symbolic Ethereum virtual machine
Home-page: UNKNOWN
Author: Bernhard Mueller
Author-email: bernhard.mueller11@gmail.com
License: Free for non-commercial use
Description-Content-Type: UNKNOWN
Description: 
        LASER
        =======
        
        LASER is a symbolic Ethereum virtual machine.
        
        Installation and setup
        ----------------------
        
        Install from Pypi:
        
        .. code:: bash
        
            $ pip install laser-ethereum
        
        Usage
        ------------------
        
        The easiest way to use LASER is by installing Mythril command line tool:
        
        .. code:: bash
        
            $ pip install mythril
            $ myth --init-db
            $ myth --fire-laser -a [contract-address]
        
        
Keywords: hacking security ethereum
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Testing
Classifier: License :: Free for non-commercial use
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3.5
