Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/im-beast/monero-tui
TUI Wallet for Monero – the secure, private, untraceable cryptocurrency
https://github.com/im-beast/monero-tui
crypto cryptocurrency deno ffi javascript monero monero-tui moneroc typescript
Last synced: 3 months ago
JSON representation
TUI Wallet for Monero – the secure, private, untraceable cryptocurrency
- Host: GitHub
- URL: https://github.com/im-beast/monero-tui
- Owner: Im-Beast
- License: gpl-3.0
- Created: 2024-09-06T13:29:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T14:44:00.000Z (4 months ago)
- Last Synced: 2024-10-13T08:06:06.014Z (3 months ago)
- Topics: crypto, cryptocurrency, deno, ffi, javascript, monero, monero-tui, moneroc, typescript
- Language: TypeScript
- Homepage:
- Size: 161 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Monero TUI
> [!IMPORTANT]
> Monero TUI is still not stable and its not recommended to use it for important transactions.\
> Consider it as being in alpha phase. Currently only Linux is supported on release builds.\
> However debug builds of macOS should work fine (except the fact that they're not signed).Monero TUI is a terminal user interface based application to manage your Monero wallet.\
It tries to be familiar in style to the Monero GUI app.It is written in Deno and uses FFI bindings to [monero_c](https://github.com/MrCyjaneK/monero_c/tree/master) to communcate with Monero API's.
## 💗 Support
If you consider this project helpful and would like to support its development consider donating:
- **Monero**: `89BoVWjqdGVe68wdxbYurXR8sXaEb96eWKYRPxdT6wSCfZYK6XSHoj5ZRXQLtd7GzL2B2PD7Lb7GSKupkXMWjQVFAEb1CK8`
- [**Github Sponsors**](https://github.com/sponsors/Im-Beast)
- [**Revolut**](https://revolut.me/imbeast)## 🤝 Contributing
**Monero TUI** is open for any contributions.
If you feel like you can enhance this project - please open an issue and/or pull request.
Code should be well document and easy to follow what's going on.This project follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) spec.
If your pull request's code can be hard to understand, please add comments to it.## 📝 Licensing
This project is available under **GPLv3.0** License conditions.