Layr-Labs / incredible-squaring-avs

Basic repo demoing a simple AVS middleware with full eigenlayer integration
Other
159 stars 101 forks source link

Break off cli into a self-contained binary #56

Open samlaf opened 1 month ago

samlaf commented 1 month ago

Right now cli is tied to operator (it constructs an operator struct and uses it to register). This is bad because it means the operator has to take the eigenlayer operator ecdsa key as input, which goes against our new guidelines.

Furthermore, breaking the cli off into a self-contained binary will make it reusable by other AVS teams.

Action items