Skip to content

Commit

Permalink
feat: add Aligned Layer's AVS example (#30)
Browse files Browse the repository at this point in the history
This PR adds an example that deploys Aligned Layer and starts an
operator and aggregator. This isn't enabled in the CI due to images
taking too long to build.

What's left:
- add balance on the `ServiceManager` for the `BatcherPaymentService` at
startup. This is needed because the `ServiceManager` overcharges the
sender by about 2x, but always reimburses any extra. Note that this was
already added, but needs testing.
  • Loading branch information
MegaRedHand authored Jan 22, 2025
1 parent 5786a92 commit aaf434d
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ HELLO_WORLD_REF:=4626e206fd119b26ebe98935b256daa7256e863b

examples/hello-world-avs:
@echo "Cloning hello-world-avs repo..."
@mkdir -p examples/hello-world-avs
@cd examples/hello-world-avs && \
@mkdir -p $@
@cd $@ && \
git init . && \
git remote add origin https://github.com/Layr-Labs/hello-world-avs.git && \
git fetch --depth 1 origin $(HELLO_WORLD_REF) && \
Expand Down
Loading

0 comments on commit aaf434d

Please sign in to comment.