35 releases

0.9.2 Apr 1, 2024
0.9.1 Mar 28, 2024
0.8.8 Feb 28, 2024
0.8.2 Dec 20, 2023
0.5.9 Mar 29, 2023

#2560 in Magic Beans

Download history 16/week @ 2024-01-24 3/week @ 2024-02-07 260/week @ 2024-02-14 33/week @ 2024-02-21 192/week @ 2024-02-28 67/week @ 2024-03-06 65/week @ 2024-03-13 2/week @ 2024-03-20 264/week @ 2024-03-27 57/week @ 2024-04-03

324 downloads per month

MIT license

125KB
3K SLoC

Mostro CLI 🧌

Mostro-logo

Very simple command line interface that show all new replaceable events from Mostro

Requirements:

  1. You need Rust version 1.64 or higher to compile.
  2. You will need a lightning network node

Install dependencies:

To compile on Ubuntu/Pop!_OS, please install cargo, then run the following commands:

$ sudo apt update
$ sudo apt install -y cmake build-essential pkg-config

Install

To install you need to fill the env vars (.env) on the with your own private key and add a Mostro pubkey.

$ git clone https://github.com/MostroP2P/mostro-cli.git
$ cd mostro-cli
$ cp .env-sample .env
$ cargo run

Dependencies

~78MB
~1.5M SLoC