A reflex-dom implementation of the original Hydra Heads demo.
Go to file
Skylar-Ray O'Quinn bd14a6856e Update README
2022-10-25 16:05:34 +00:00
demo Initial commit 2022-10-21 01:59:03 +01:00
dep Initial commit 2022-10-21 01:59:03 +01:00
src Always reset Devnet directory 2022-10-25 13:52:46 +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 Update README 2022-10-25 16:05:34 +00: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(Chrome must be used at this time because of a limitation in JSaddle) at http://localhost:3003/.