Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 725 Bytes

Analyzooor

Overview

This is an interactive wallet analyzer that can be used to check the historical balances, transfers, NFTs, cross chain activity and more. Learn more about it here: Analyzooor.

Installation

  • Install the dependencies:
    • pip install -r requirements.txt
  • Export FLIPSIDE_API_KEY:
    • export FLIPSIDE_API_KEY=<your-api-key>
  • Run streamlit;
    • streamlit run app/main.py

Contributing

Feel free to open an issue or pull request if you have any questions, suggestions or improvements.

To-dos

  • Add end_date filter
  • Add uniswap and sushiswap swaps
  • Speed up query speed with asyncio or threading
  • Organize the code
  • Add an NFT collection page