An open API service indexing awesome lists of open source software.

https://github.com/cake-tech/cupcake


https://github.com/cake-tech/cupcake

Last synced: about 1 year ago
JSON representation

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.