Skip to content

Commit 2a67cca

Browse files
authored
Merge pull request #109 from Layr-Labs/wf-remove-node-spec
Remove References to Node Spec
2 parents 1d8d591 + 3b05719 commit 2a67cca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ Below is a more detailed uml diagram of the aggregator and operator processes:
8989

9090
![](./diagrams/uml.png)
9191

92-
## Avs node spec compliance
93-
94-
Every AVS node implementation is required to abide by the [Eigenlayer AVS Node Specification](https://docs.eigenlayer.xyz/category/node-specification). We suggest reading through the whole spec, including the keys management section, but the hard requirements are currently only to:
95-
- implement the [AVS Node API](https://docs.eigenlayer.xyz/category/avs-node-api)
96-
- implement the [eigen prometheus metrics](https://docs.eigenlayer.xyz/category/metrics)
97-
98-
If you are using golang, you can use our [metrics](https://github.com/Layr-Labs/eigensdk-go/tree/master/metrics) and [nodeapi](https://github.com/Layr-Labs/eigensdk-go/tree/master/nodeapi) implementation in the [eigensdk](https://github.com/Layr-Labs/eigensdk-go), just like this repo does. Otherwise, you will have to implement it on your own.
9992

10093
## StakeUpdates Cronjob
10194

0 commit comments

Comments
 (0)