hydra-demo/README.md
2022-10-21 01:59:03 +01:00

615 B

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/.