AvaProtocol / EigenLayer-AVS

AvaProtocol Ethereum Automation Build on EigenLayer
https://avaprotocol.org
5 stars 3 forks source link

Support remote signer #31

Closed v9n closed 1 day ago

v9n commented 1 day ago

This PR allows one to de-couple the BLS key from the AVS. The BLS key is only need for intial s etup. Together with alias key, this will enable us to completely de-copuple root key from AVS.

https://github.com/Layr-Labs/cerberus https://github.com/Layr-Labs/cerberus-api

Ref Eigenda impl - https://github.com/Layr-Labs/eigenda/pull/745