An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer
Find a file
Facundo Farall 7e823603f0
chore: 🏗️ Structure repo
2025-03-06 11:44:55 -03:00
.github chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
contracts chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
docker chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
operator chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
resources chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
test chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
.gitignore Initial commit 2025-03-06 11:36:00 -03:00
README.md chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00

DataHaven 🫎

An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer.

Repo Structure

datahaven/
├── .github/ # GitHub Actions workflows.
├── contracts/ # Implementation of the DataHaven AVS (Autonomous Verifiable Service) smart contracts to interact with EigenLayer.
├── docker/ # Docker build files.
├── operator/ # DataHaven node based on Substrate. The "Operator" in EigenLayer terms.
├── test/ # Integration tests for the AVS and Operator.
├── resources/ # Miscellaneous resources for the DataHaven project.
└── README.md