https://github.com/openzebra/garmin-bitware
https://github.com/openzebra/garmin-bitware
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openzebra/garmin-bitware
- Owner: openzebra
- License: gpl-3.0
- Created: 2022-06-11T15:10:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T13:37:49.000Z (almost 4 years ago)
- Last Synced: 2025-07-22T15:48:14.263Z (11 months ago)
- Language: Monkey C
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garmin Garmin BitWare Wallet
### This is try to make garmin hardware wallet like ledger or trezor.
## Setup
All you'll need to get started is edit the ```properties.mk``` file. Here's a description of the variables:
## Targets
- **build** - compiles the app
- **buildall** - compiles the app separately for every device in the SUPPORTED_DEVICES_LIST, packaging appropriate resources. Make sure to have your resource folders named correctly (e.g. /resources-fenix3_hr)
- **run** - compiles and starts the simulator
- **deploy** - if your device is connected via USB, compile and deploy the app to the device
- **package** - create an .iq file for app store submission
## How to use?
To execute the **run** target, run ```make run``` from the home folder of your app