An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer
Find a file
Facundo Farall 25160cd9b2
chore: 🏗️ Setup Foundry project for AVS contracts (#1)
* forge install: forge-std

v1.9.6

* chore: 🏗️ Add `forge-std` submodule

* chore: 🏗️ Setup foundry project for AVS contracts

* ci: 👷 Restrict push execution of CI to `main` branch

* ci: 💚 Put restriction to `main` branch in `push` not in `pull_request`
2025-03-06 14:35:05 -03:00
.github/workflows chore: 🏗️ Setup Foundry project for AVS contracts (#1) 2025-03-06 14:35:05 -03:00
contracts chore: 🏗️ Setup Foundry project for AVS contracts (#1) 2025-03-06 14:35:05 -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
.gitmodules chore: 🏗️ Setup Foundry project for AVS contracts (#1) 2025-03-06 14:35:05 -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