An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer
Find a file
2025-03-14 10:47:33 -03:00
.github/workflows refactor: 🚚 Rename CI job (#2) 2025-03-06 14:49:38 -03:00
contracts build: Add Snowbridge contracts dependency to Foundry project (#5) 2025-03-14 10:47:33 -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 build: Add Snowbridge contracts dependency to Foundry project (#5) 2025-03-14 10:47:33 -03:00
.gitmodules build: Add Snowbridge contracts dependency to Foundry project (#5) 2025-03-14 10:47:33 -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