A reflex-dom implementation of the original Hydra Heads demo.
demo | ||
dep | ||
src | ||
default.nix | ||
hie.yaml | ||
hydra-head-demo.cabal | ||
README.md |
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/
.