tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

[TASK] Different Base options for creating AVS Blueprints (ECDSA/BLS) #266

Open Tjemmmic opened 1 month ago

Tjemmmic commented 1 month ago

Overview

When a developer is creating a Blueprint, we want the developer to be able to choose between targets. Each target will change the "starting point" of the generated blueprint.

gadget blueprint create --avs bls
gadget blueprint create --avs ecdsa

Checklist

Tjemmmic commented 1 month ago

@shekohex Something like this had been discussed in the past. Let me know your thoughts here, though. Feel free to edit this completely, as well.

drewstone commented 3 weeks ago

And Eigenlayer (--protocol eigenlayer or --protocol tangle [default])

shekohex commented 3 weeks ago

That's for the CLI, we can add the protocol as an option. For the template, that's easy, we could configure it to have different bases. I will work on adding support to EL on the template.