24 releases

0.7.9 Nov 28, 2023
0.7.8 Nov 28, 2023
0.7.7 Oct 27, 2023
0.6.8 Sep 19, 2023
0.5.9 Mar 29, 2023

#2668 in Magic Beans

Download history 14/week @ 2023-08-14 14/week @ 2023-08-21 22/week @ 2023-09-04 16/week @ 2023-09-11 23/week @ 2023-09-18 4/week @ 2023-09-25 67/week @ 2023-10-02 27/week @ 2023-10-09 6/week @ 2023-10-16 82/week @ 2023-10-23 34/week @ 2023-10-30 6/week @ 2023-11-06 23/week @ 2023-11-13 39/week @ 2023-11-20 160/week @ 2023-11-27

228 downloads per month

MIT license

120KB
2.5K 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

~70MB
~1.5M SLoC