Very simple command line interface that show all new replaceable events from Mostro
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
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