Skip to content

Commit

Permalink
updated metrics and nodeapi readme (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf authored Oct 31, 2023
1 parent 28e8426 commit b9bfb2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions metrics/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Eigen Metrics

This package implements the eigenlayer avs node spec [eigen metrics](https://eigen.nethermind.io/docs/category/metrics).

For an example of how to use this package, see [node-api-example](./eigenmetrics_example_test.go)
2 changes: 1 addition & 1 deletion nodeapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This package implements the eigenlayer avs node spec [node-api](https://eigen.nethermind.io/docs/category/avs-node-api).

For an example on how to use this package, see [node-api-example](./node_api_example_test.go#L8)
For an example of how to use this package, see [node-api-example](./nodeapi_example_test.go#L8)

0 comments on commit b9bfb2d

Please sign in to comment.