Suez

From PlebNet Wiki
Revision as of 04:20, 8 August 2021 by Relay (talk | contribs) (Created page with "Suez is a “Tool for pretty printing and optimizing Lightning Network channels.”. = Installation = A good place to save third party software on your node is the ~/src dir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Suez is a “Tool for pretty printing and optimizing Lightning Network channels.”.

Installation

A good place to save third party software on your node is the ~/src directory.

   mkdir -p ~/src
   cd ~/src

Cloning from Git

We’ll need to clone the code from github, this is done using git. So let’s first make sure we have git installed:

   sudo apt-get install git -y
   git —version
   git clone https://github.com/prusnak/suez.git