https://github.com/cake-tech/cupcake
https://github.com/cake-tech/cupcake
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cake-tech/cupcake
- Owner: cake-tech
- License: other
- Created: 2024-08-27T15:35:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T09:23:38.000Z (about 1 year ago)
- Last Synced: 2025-06-13T10:32:41.583Z (about 1 year ago)
- Language: Dart
- Size: 7.16 MB
- Stars: 11
- Watchers: 7
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cup_cake
> It's almost cake, but in a cup.
## Getting Started (for developers)
To build:
```bash
$ make libs_android_build # or libs_android_download
$ make prepare_dev # load dev signing key
$ make cupcake_android_monero
```
### Adding other coins
This project currently only supports Monero, but is very welcoming of other wallets making it's way to the project.
Adding new wallet is as simple as creating new `.dart` file in `coins` directory, and adding it to the `coins/list.dart`, with proper configuration options set.
Building flavors of the app is as simple as providing `--dart-define=COIN_MONERO=false`, to disable Monero and doing exactly the same for newly added coin, to enable it.