Installation
There are two ways to install the Lightning Multitool:
- Using a pre-built binary (Recommended): Download the latest release from GitHub.
- Building from source: Clone the repository and build it yourself.
Using a Pre-built Binary
This is the easiest way to get started.
Download the latest release
Go to the GitHub Releases page and download the binary for your operating system.
Run the binary
After downloading, you can run the binary from your terminal:
bash./lightning-multitool
Building from Source
If you prefer to build the project from source, you'll need to have Go installed on your system.
Clone the repository
bashgit clone https://github.com/asheswook/lnurl.git cd lnurl
Build the project
bashgo build ./cmd/server/main.go -o lightning-multitool
Run the binary
bash./lightning-multitool