Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(cli): eigenlayer run and key commands #670

Merged
merged 18 commits into from
Feb 21, 2025
Merged

Conversation

Tjemmmic
Copy link
Contributor

Overview

Implements the run command for eigenlayer, improves key commands, and adds on to deploy.

Run

  • Builds and runs Eigenlayer AVS with the given configs
  • Prompts the user for deployment key if not present already

Deploy

  • Now uses Keystore as expected
  • Prompts the user for private key if not present already
  • devnet option for running anvil testnet for development and testing

Keys

  • List keys at a given keystore
  • import keys
  • export keys
  • generate a mnemonic phrase
  • generate now actually stores keys

@drewstone drewstone marked this pull request as ready for review February 21, 2025 05:43
@drewstone drewstone merged commit 699b921 into main Feb 21, 2025
29 of 30 checks passed
@webb-spider webb-spider bot mentioned this pull request Feb 21, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Run Eigenlayer AVS from CLI / Blueprint Manager / etc. [FEATURE] Implement cargo tangle run
2 participants