-
Clone the repository
git clone https://github.com/flexmeow/early-supporters-allocation.git cd early-supporters-allocation -
Set up virtual environment
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
-
Install dependencies
# Install all dependencies uv syncNote: This project uses uv for faster dependency installation. If you don't have uv installed, you can install it with
pip install uvor follow the installation instructions. -
Environment setup
cp .env.example .env # Edit .env with your API keys and configuration # Load environment variables into your shell session export $(grep -v '^#' .env | xargs)
Run:
python main.py