Skip to content

Catrya/mostrui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mostrui 🧌

Mostro-logo

This is work in progres

Terminal client for p2p using Mostro protocol.

tui

Requirements:

  1. You need Rust version 1.64 or higher to compile.

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

$ git clone https://github.com/MostroP2P/mostrui.git
$ cd mostrui

Settings

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"]

Run

$ cargo run

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%