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
As Hydra moves towards using Blockfrost as a chain layer, we need to extend the functionality to publish Hydra scripts via the Blockfrost API. This follows up on #1305 and builds upon our initial exploration on #1631.
What
Introduce the capability to publish Hydra scripts using Blockfrost as follows:
Why
As Hydra moves towards using Blockfrost as a chain layer, we need to extend the functionality to publish Hydra scripts via the Blockfrost API. This follows up on #1305 and builds upon our initial exploration on #1631.
What
Introduce the capability to publish Hydra scripts using Blockfrost as follows:
How
Taking the inception spike as inspiration, we need to:
PublishOptions
to support Blockfrost options:Add
Hydra/Chain/Blockfrost/Client.hs
to handle transaction building using the Blockfrost API.Add
Hydra/Chain/Blockfrost/ScriptRegistry.hs
to manage Hydra script publishing via Blockfrost.Extend
hydra-node/Main.hs
to support publishing scripts using the modules above.The text was updated successfully, but these errors were encountered: