Metadata-Version: 2.1
Name: ioseeth
Version: 0.1.2
Summary: Utilities to parse blockchain data and look for threat indicators
Author: apehex
Author-email: apehex@protonmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: eth-abi (>=4.2,<5.0)
Requires-Dist: eth-utils (>=2.2,<3.0)
Requires-Dist: evmdasm (>=0.1,<0.2)
Requires-Dist: web3 (>=5.0,<6.0)
Description-Content-Type: text/markdown

> :mag_right: parse blockchain data in search of threat indicators.

This project was first meant to enable [Forta network of detection bots][forta-explorer].

## Table of Contents

- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Development](#development)
  - [TODO](#todo)
  - [Community](#community)
- [License](#license)

## Installation

## Usage

## Development

Contributions welcome!

### TODO

See [TODO](TODO.md).

## License

Licensed under the [aGPL v3](LICENSE).

[forta-explorer]: https://explorer.forta.network/

