Difference between revisions of "Suez"

From PlebNet Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 04:20, 8 August 2021

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