diff --git a/system/bitcoin/liquidd.nix b/system/bitcoin/liquidd.nix new file mode 100644 index 0000000..7adbd66 --- /dev/null +++ b/system/bitcoin/liquidd.nix @@ -0,0 +1,7 @@ + ### LIQUIDD + # Enable this module to use Liquid, a sidechain for an inter-exchange + # settlement network linking together cryptocurrency exchanges and + # institutions around the world. + { services.liquidd.enable = true; } + # + # Liquid can be controlled with command 'elements-cli'.