hydra-demo/README.md

16 lines
615 B
Markdown
Raw Normal View History

2022-10-20 20:45:15 +00:00
# <p align="center">Hydra Head Demo, Reflex-DOM edition</p>
This is an extended, graphical re-implementation of the original [Hydra Heads demo](https://github.com/input-output-hk/hydra-poc/tree/master/demo) implemented with [Reflex FRP](https://reflex-frp.org/).
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/`.