You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now our blueprints are not very composable across the Eigenlayer<> Tangle barrier. If you build a Tangle Blueprint, most likely you're using a Tangle context and those functions prevent this blueprint from being composable with an Eigenlayer blueprint.
We would need an protocol / environment agnostic tools that at least we build so that developers can compose the tools we're building with other blueprints.
Overview
Right now our blueprints are not very composable across the Eigenlayer<> Tangle barrier. If you build a Tangle Blueprint, most likely you're using a Tangle context and those functions prevent this blueprint from being composable with an Eigenlayer blueprint.
We would need an protocol / environment agnostic tools that at least we build so that developers can compose the tools we're building with other blueprints.
Example - BlsContext
The
TangleClientContext
,ServicesContext
.Goal
Can we get our primitive blueprints to be environment agnostic?
P2P generic client (currently MPC context)
Probably best to implement this inside
gadget-workspace
as we are migrating to a more organized place where dependencies are feature flag protected.The text was updated successfully, but these errors were encountered: