Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xelis-project/xelis-genesix-wallet
Genesix is a unique and easy-to-use GUI wallet for XELIS
https://github.com/xelis-project/xelis-genesix-wallet
android cryptocurrency dart flutter ios linux macos mobile multiplatform rust wallet windows xelis
Last synced: 10 days ago
JSON representation
Genesix is a unique and easy-to-use GUI wallet for XELIS
- Host: GitHub
- URL: https://github.com/xelis-project/xelis-genesix-wallet
- Owner: xelis-project
- License: gpl-3.0
- Created: 2023-02-20T19:05:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:04:39.000Z (3 months ago)
- Last Synced: 2024-10-23T18:57:36.620Z (3 months ago)
- Topics: android, cryptocurrency, dart, flutter, ios, linux, macos, mobile, multiplatform, rust, wallet, windows, xelis
- Language: Dart
- Homepage:
- Size: 352 MB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Genesix
Genesix is a multiplatform mobile wallet for the XELIS network. Built using the Flutter framework, it provides a convenient and secure way to manage your XELIS cryptocurrency assets.
This wallet harnesses the power of Rust by incorporating a native Rust library from the XELIS blockchain, ensuring the same level of security as the XELIS Wallet CLI.
## Features
- Securely store and manage your XELIS tokens
- View your account balance and transaction history
- Send and receive XELIS tokens easily
- Support for multiple platforms, including:
- iOS
- Android
- Windows
- macOS
- Linux## Installation
Follow the steps below to install and run Genesix on your desired platform.
### Prerequisites
- [Flutter SDK](https://docs.flutter.dev/get-started/install)
- [Rust tool chain](https://www.rust-lang.org/tools/install)
- [Just command runner](https://just.systems/)### Clone the Repository
```
git clone https://github.com/xelis-project/xelis-genesix-wallet.git
```### Build and Run
1. Navigate to the cloned repository:
```
cd xelis-genesix-wallet
```2. Install the required dependencies and generate glue code:
```
just init
```3. Run the app for the current device:
```
flutter run --release
```4. Or, build the application for your platform (e.g. ``windows``, etc.):
```
flutter build
```For platform-specific instructions and additional configuration steps, please refer to the documentation available by following the links provided.
## License
Genesix is open source and licensed under the [GPL License](LICENSE). Feel free to modify and distribute the application as per the terms of the license.
## Contact
For any questions or inquiries, please contact the XELIS team on [Discord](https://discord.gg/z543umPUdj).