From 7e823603f030a562b3bdc473b3d5e5cd0637c94c Mon Sep 17 00:00:00 2001 From: Facundo Farall <37149322+ffarall@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:44:55 -0300 Subject: [PATCH] chore: :building_construction: Structure repo --- .github/DELETE.ME | 0 README.md | 18 ++++++++++++++++-- contracts/DELETE.ME | 0 docker/DELETE.ME | 0 operator/DELETE.ME | 0 resources/DELETE.ME | 0 test/DELETE.ME | 0 7 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .github/DELETE.ME create mode 100644 contracts/DELETE.ME create mode 100644 docker/DELETE.ME create mode 100644 operator/DELETE.ME create mode 100644 resources/DELETE.ME create mode 100644 test/DELETE.ME diff --git a/.github/DELETE.ME b/.github/DELETE.ME new file mode 100644 index 00000000..e69de29b diff --git a/README.md b/README.md index de650deb..cba27278 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# datahaven -An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer +# DataHaven 🫎 + +An EVM compatible Substrate chain, powered by StorageHub and secured by EigenLayer. + +## Repo Structure + +```bash +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 +``` diff --git a/contracts/DELETE.ME b/contracts/DELETE.ME new file mode 100644 index 00000000..e69de29b diff --git a/docker/DELETE.ME b/docker/DELETE.ME new file mode 100644 index 00000000..e69de29b diff --git a/operator/DELETE.ME b/operator/DELETE.ME new file mode 100644 index 00000000..e69de29b diff --git a/resources/DELETE.ME b/resources/DELETE.ME new file mode 100644 index 00000000..e69de29b diff --git a/test/DELETE.ME b/test/DELETE.ME new file mode 100644 index 00000000..e69de29b