mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
chore: 🏗️ Structure repo
This commit is contained in:
parent
1e3fe67148
commit
7e823603f0
7 changed files with 16 additions and 2 deletions
0
.github/DELETE.ME
vendored
Normal file
0
.github/DELETE.ME
vendored
Normal file
18
README.md
18
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
|
||||
```
|
||||
|
|
|
|||
0
contracts/DELETE.ME
Normal file
0
contracts/DELETE.ME
Normal file
0
docker/DELETE.ME
Normal file
0
docker/DELETE.ME
Normal file
0
operator/DELETE.ME
Normal file
0
operator/DELETE.ME
Normal file
0
resources/DELETE.ME
Normal file
0
resources/DELETE.ME
Normal file
0
test/DELETE.ME
Normal file
0
test/DELETE.ME
Normal file
Loading…
Reference in a new issue