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

Abstracts the runners for Eigenlayer and Tangle into the SDK #335

Closed drewstone closed 6 days ago

drewstone commented 1 week ago

Overview

Developers should only need to inject blueprint specific code into their runners for

They shouldn't need to rewrite the code repetitively for spawning the GadgetRunner abstractions. This PR is meant to pull this logic into the SDK so blueprint developers focus on the core implementation of their task systems and as a result, receive an AVS node ready for deployment.