Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konstantinullrich/oxen-wallet
A Wallet for OXEN formerly known as Loki
https://github.com/konstantinullrich/oxen-wallet
cryptocurrency cryptonote dart flutter loki oxen oxen-wallet wallet
Last synced: 2 days ago
JSON representation
A Wallet for OXEN formerly known as Loki
- Host: GitHub
- URL: https://github.com/konstantinullrich/oxen-wallet
- Owner: konstantinullrich
- License: mit
- Created: 2020-11-06T23:47:17.000Z (about 4 years ago)
- Default Branch: trunk
- Last Pushed: 2021-10-30T20:12:28.000Z (about 3 years ago)
- Last Synced: 2024-05-01T16:44:22.055Z (7 months ago)
- Topics: cryptocurrency, cryptonote, dart, flutter, loki, oxen, oxen-wallet, wallet
- Language: Dart
- Homepage:
- Size: 8.69 MB
- Stars: 7
- Watchers: 4
- Forks: 39
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Oxen Wallet
The Oxen Wallet is a Fork of the Cake Wallet.
## Build
1. Get Dependencies from pub
```shell script
flutter pub get
```2. Run the build_runner
```shell script
flutter pub run build_runner build
```3. To download the latest build of the Oxen Dependencies run
```
./tool/download-android-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-android-deps-LATEST.tar.xz
./tool/download-ios-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-ios-deps-LATEST.tar.xz
```
Or build the Oxen Dependencies and copy the Android deps into `oxen_coin/ios/External/android/oxen`
and the ios into `oxen_coin/ios/External/ios/oxen`4. Generate Launcher Icons
```shell script
flutter pub run flutter_launcher_icons:main
```5. Create Encryption Keys (Only needed if .secrets-.json is empty)
```shell script
dart tool/create_secrets.dart
```6. Add Key to the application
```shell script
dart tool/secrets.dart
```7. Run the app
```shell script
flutter run
```## Copyright
Copyright (c) 2020 Konstantin Ullrich.\
Copyright (c) 2020 Cake Technologies LLC.