A reflex-dom implementation of the original Hydra Heads demo.
Go to file
Adriaan Leijnse 3b9fb22a36 Clean up UI
2022-10-25 13:52:40 +01:00
demo Initial commit 2022-10-21 01:59:03 +01:00
dep Initial commit 2022-10-21 01:59:03 +01:00
src Clean up UI 2022-10-25 13:52:40 +01:00
default.nix Initial commit 2022-10-21 01:59:03 +01:00
hie.yaml Initial commit 2022-10-21 01:59:03 +01:00
hydra-head-demo.cabal Initial commit 2022-10-21 01:59:03 +01:00
README.md Initial commit 2022-10-21 01:59:03 +01:00

Hydra Head Demo, Reflex-DOM edition

This is an extended, graphical re-implementation of the original Hydra Heads demo implemented with Reflex FRP. It allows starting and closing a head with an arbitrary number of nodes, each with some initial amount of Ada to perform transactions within the head.

Running

To run the demo enter a Nix shell and run it with cabal:

 $ nix-shell -A shells.ghc default.nix
 $ cabal run

The demo can then be viewed in Chrome at http://localhost:3003/.