This guide will help you set up and start using OPSource for blockchain analytics.
- Python 3.11 or higher
- Git
- Virtual environment (recommended)
-
Clone the Repository
git clone --recursive https://github.com/botshelomokoka/OPSource.git cd OPSource
-
Set Up Python Environment
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
-
Configure Environment
cp config/example.env .env # Edit .env with your configuration settings
-
Verify Installation
python scripts/track_development.py
-
View Analytics Dashboard
python -m dash33.main
-
Generate Reports
python scripts/generate_reports.py
- Read the API Documentation
- Check out our Contributing Guidelines
- Join our Discord Community