Skip to content

Commit ef176c9

Browse files
authored
Merge pull request #7 from MostroP2P/update-clients
Update clients
2 parents 12110a5 + a3c8af6 commit ef176c9

File tree

11 files changed

+18
-27
lines changed

11 files changed

+18
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book/

src/SUMMARY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
- [How to Contribute](./contribute.md)
2020
2121
- [Clients. How to use Mostro](./clients.md)
22-
- [Mostro-web](./mostro-web.md)
23-
- [Mostro-cli](./mostro-cli.md)
24-
- [Mostrui](./mostrui.md)
2522
- [Mostro mobile](./mostro-mobile.md)
23+
- [Mostro-cli](./mostro-cli.md)
24+
- [MostriX](./mostrix.md)
25+
2626

src/assets/images/mostrix.png

40.9 KB
Loading
8.48 MB
Loading
-36.9 KB
Binary file not shown.

src/assets/images/mostro-web.png

-94.7 KB
Binary file not shown.

src/assets/images/mostrui.png

-65.9 KB
Binary file not shown.

src/clients.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
33
To use Mostro, you need to access it through a specific client. Below, we will cover several of them, which will allow you to interact both with Mostrod and with your counterpart in an operation.
44

55
The available Mostro clients so far are:
6-
- **[Mostro web](./mostro-web.md)** (operational): web interface client.
6+
- **[Mostro mobile](./mostro-mobile.md)** (operational in alpha): mobile application.
77
- **[Mostro-cli](./mostro-cli.md)** (operational): command line client.
8-
- **[Mostrui](./mostrui.md)** (in development): TUI client, which operates in the terminal with an enhanced appearance.
9-
- **[Mostro mobile](./mostro-mobile.md)** (in development): mobile application.
8+
- **[MostriX](./mostrix.md)** (in development): TUI client, which operates in the terminal with an enhanced appearance.
109

11-
Each client has particular features, so users can choose which one to use based on their preferences and switch between them as they see fit. The clients are responsible for creating, storing, and managing their users' Nostr keys. To learn how clients handle user privacy, read [here](./privacy.md).
10+
Each client has particular features, so users can choose which one to use according to their interests and switch between them when they consider it convenient. The clients are responsible for creating, storing, and managing their users' Nostr keys. To learn how clients handle user privacy, read [here](./privacy.md).
1211

1312
Although some clients are already operational, they are under constant development, with new features being implemented, UX improvements, bug fixes, etc. You may encounter bugs; if this happens, please report them, your feedback is very important.
1413

15-
**Note:** Two users using different Mostro clients can exchange sats; however, for direct communication between them, they should consider what type of messages their respective clients accept. For this type of communication, all Mostro clients must use messages encrypted with the [NIP-44](https://github.com/nostr-protocol/nips/blob/master/44.md) algorithm. However, if a client has not yet implemented it, its users will not be able to view messages sent from a client that has. A similar situation may occur with other functionalities. Developers of each client make their best effort to update them as soon as possible.
14+
**Note:** Two users using different Mostro clients can exchange sats; however, for direct communication between them, they must take into account what type of messages their respective clients accept. Clients must implement this [peer-to-peer chat](https://mostro.network/protocol/chat.html) but if a client has not yet implemented it, its users will not be able to view messages sent from a client that has implemented it. Similarly, this could occur with other functionalities. Developers of each client make their best effort to update them as soon as possible.
1615

1716
Mostro is a FOSS project, so anyone interested can create a client to interact with it. We encourage you to develop your own client or collaborate on the development of existing ones to enhance the experience of P2P Bitcoin exchanges without KYC on Nostr!
1817

19-
To learn more details about them, keep reading this documentation.
18+
To learn more details about them, keep reading this documentation.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Mostrui
1+
# MostriX
22

3-
Mostrui is a Mostro client with a TUI (Terminal User Interface) that offers an enhanced experience in the terminal. It is still in development but is progressing quickly to provide users with a friendly and intuitive experience without needing to write commands, making it an ideal option for both advanced and beginner users.
3+
MostriX is a Mostro client with a TUI (Terminal User Interface) that offers an enhanced experience in the terminal. It is still in development but is progressing quickly to provide users with a friendly and intuitive experience without needing to write commands, making it an ideal option for both advanced and beginner users.
44

5-
![mostrui](./assets/images/mostrui.png)
5+
![mostrix](./assets/images/mostrix.png)
66

7-
Mostrui is a FOSS project; you can visit its [GitHub repository](https://github.com/MostroP2P/mostrui) to learn more about its development, report bugs, or propose improvements. Contributions are welcome!
7+
MostriX is a FOSS project; you can visit its [GitHub repository](https://github.com/MostroP2P/mostrix) to learn more about its development, report bugs, or propose improvements. Contributions are welcome!

src/mostro-mobile.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Mostro mobile
22

3-
Mostro Mobile is a mobile client for Mostro, currently in development. Its goal is to offer a very intuitive interface designed for all types of users, with a special focus on those with less technical knowledge. The application is designed so that anyone can buy and sell bitcoin P2P without KYC, without even realizing they are using Nostr. The idea is that even grandmothers can use it!
3+
Mostro Mobile is a mobile client for Mostro, currently in alpha. Its goal is to offer a very intuitive interface designed for all types of users, with a special focus on those with less technical knowledge. The application is designed so that anyone can buy and sell bitcoin P2P without KYC, without even realizing they are using Nostr. The idea is that even grandmothers can use it!
44

5-
![mostro-mobile](./assets/images/mostro-mobile.png)
5+
To use the app, make sure to download the latest release: [https://github.com/MostroP2P/mobile/releases](https://github.com/MostroP2P/mobile/releases).
66

7-
Mostro mobile is a FOSS project; you can visit its [GitHub repository](https://github.com/MostroP2P/mobile) to learn more about its development, report bugs, or propose improvements. Contributions are welcome!
7+
![mostro-mobile](./assets/images/mostro-mobile.gif)
8+
9+
Mostro mobile is a FOSS project; you can visit its [repository](https://github.com/MostroP2P/mobile) to learn more about its development, report bugs, or propose improvements. Contributions are welcome!

0 commit comments

Comments
 (0)