Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 464 Bytes

hyperdrive-experiments

Hyperdrive scripts and experiments

DEPENDENCIES

  • Python 3.10
  • uv for package mangement (or use pip at your own peril)
  • Docker for running frontend, databases, dashboards, etc.
  • Anvil for running a simulated block chain.

INSTALL

uv venv .venv -p 3.10
source .venv/bin/activate
uv pip sync uv.txt