chore: 🏗️ Structure repo

This commit is contained in:
Facundo Farall 2025-03-06 11:44:55 -03:00
parent 1e3fe67148
commit 7e823603f0
No known key found for this signature in database
GPG key ID: 181949FEE18352BC
7 changed files with 16 additions and 2 deletions

0
.github/DELETE.ME vendored Normal file
View file

View file

@ -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
```

0
contracts/DELETE.ME Normal file
View file

0
docker/DELETE.ME Normal file
View file

0
operator/DELETE.ME Normal file
View file

0
resources/DELETE.ME Normal file
View file

0
test/DELETE.ME Normal file
View file