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