This paragraph outlines the Python libraries and their versions required for this project.
- Python: 3.9.13
- Pymongo: 4.6.0
- Psycopg2: 2.9.9
pip install -r requirements.txt
Run each cell in main.ipynb in the corresponding order to
The data crawled for project comes from the centic.io database.
For each wallet we crawl related incoming and outgoing transaction.
For each transaction we crawl related transferring event and smart contract if existent.