Skip to content

flexmeow/early-supporters-allocation

Repository files navigation

early-supporters-allocation

Installation

  1. Clone the repository

    git clone https://github.com/flexmeow/early-supporters-allocation.git
    cd early-supporters-allocation
  2. Set up virtual environment

    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
  3. Install dependencies

    # Install all dependencies
    uv sync

    Note: This project uses uv for faster dependency installation. If you don't have uv installed, you can install it with pip install uv or follow the installation instructions.

  4. 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)

Usage

Run:

python main.py

About

Tracks allocation weighting for early supporters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages