Skip to content

Repository files navigation

dHEDGE Strategy Core (v2026)

Modular Python SDK for programmatically managing dHEDGE v2 pools across multiple chains (Polygon, Arbitrum, Base, Optimism).

Features

  • Multi-Chain Support: Agnostic architecture.
  • Direct Web3 Interactions: No legacy SDK dependencies.
  • Secure: Strict environment variable usage, no hardcoded secrets.
  • Type-Safe: Fully typed with mypy.
  • Linted: Enforced code style with ruff.

Setup

  1. Install uv:

    pip install uv
  2. Install Dependencies:

    uv pip install -r pyproject.toml
    # OR if using venv
    uv venv
    source .venv/bin/activate
    uv pip install -e .
  3. Configure Environment:

    cp .env.example .env
    # Edit .env with your keys

Development

  • Run tests: pytest
  • Run linter: ruff check .

About

Sistema para trabajar con dHEDGE mediante scripting

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages