This is work in progres
Terminal client for p2p using Mostro protocol.
- You need Rust version 1.64 or higher to compile.
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
$ git clone https://github.com/MostroP2P/mostrui.git
$ cd mostrui
Make sure that you have the following settings in your ~/.mostrui/settings.toml
file, you can find an example of the settings file in settings.tpl.toml
, so you can copy it and modify it to your needs.
mostro_pubkey = "0000000000000000000000000000000000000000000000000000000000000000"
relays = ["wss://relay.mostro.network", "wss://nostr.bilthon.dev"]
$ cargo run