cardano-scaling / hydra

Implementation of the Hydra Head protocol
https://hydra.family/head-protocol/
Apache License 2.0
284 stars 86 forks source link

Blockfrost chain layer #1305

Open v0d1ch opened 9 months ago

v0d1ch commented 9 months ago

Why

We think it would be useful to be able to run the hydra-node without the full cardano-node in a more light weight mode and it could provide more insights by dogfooding our product. The feature is also intersting to the BlockFrost people as a first step towards using Hydra for pay-per-use api changes they plan to implement.

What

How

First step:

Next steps: https://github.com/cardano-scaling/hydra/pull/1631

Later:

Notes:

Open questions

ch1bo commented 1 month ago

Contributed to the blockfrost-sdk in course of this: https://github.com/blockfrost/blockfrost-haskell/pull/63

ffakenz commented 1 month ago

Minor fix to above contribution: https://github.com/blockfrost/blockfrost-haskell/pull/65

ch1bo commented 1 month ago

This is not done yet. We only did the hydra-chain-observer in #1631