Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joranhonig/ethereumanalysis
https://github.com/joranhonig/ethereumanalysis
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/joranhonig/ethereumanalysis
- Owner: JoranHonig
- License: apache-2.0
- Created: 2018-03-22T12:27:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-06T09:54:27.000Z (over 6 years ago)
- Last Synced: 2024-10-15T15:01:28.153Z (2 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ethereum analysis
This project is meant to perform automatic analysis when smart contracts are created on the ethereum blockchain.At the moment we only use [mythril](https://github.com/ConsenSys/mythril) as analysis tool but this will be extended in the future
Additionally this now runs as a single instance tool, going forward a more distributed approach might be possible## Usage
To start an basic setup which uses local only modules and the infura network use the following command:
```
analyzer -l -i
```## Roadmap
- [x] Commandline tool
- [x] Extend Finding to include information like the pc where an error occured, or severity
- [ ] Implement concurrent analysis of contracts
- [ ] Implement a notifier which gets notified by a message broker
- [ ] Report findings to a message broker
- [ ] Implement application which looks for new blocks and notifies a messagebroker
- [ ] Implement application which consumes findings from a message broker and displays/stores the results### The following item is delayed because of unstable dependencies
- [ ] ~~Add [oyente](https://github.com/melonproject/oyente) as an analysis tool~~