An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer
Find a file
2025-04-11 20:54:20 -03:00
.github/workflows misc: remove cargo fmt setup action as it is already available (#15) 2025-03-31 14:46:03 -03:00
contracts feat: Add script to sign up operator to AVS (#37) 2025-04-11 20:54:20 -03:00
docker chore: 🏗️ Structure repo 2025-03-06 11:44:55 -03:00
operator style(node): sort Cargo.toml alphabetically (#33) 2025-04-09 11:59:05 -03:00
resources test: ⚙️ Add Kurtosis Launch Script (#34) 2025-04-08 15:42:45 +00:00
test feat: Add script to sign up operator to AVS (#37) 2025-04-11 20:54:20 -03:00
.gitignore ci: 👷 Improve CI job for rust tests and format (#9) 2025-03-19 20:30:03 -03:00
.gitmodules build: Change Snowbridge contracts dependency from upstream to fork (#18) 2025-03-28 15:49:43 -03:00
biome.json test: ⚙️ Add Kurtosis Launch Script (#34) 2025-04-08 15:42:45 +00: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