This app adds support for the Safecoin native token to Ledger Nano S hardware wallet.
Current Features:
- Pubkey queries
- Parse, display and sign all Safecoin CLI generated transaction formats
- Blind sign arbitrary transactions (Enabled via settings)
Building requires the ledger-app-builder container.
https://github.com/LedgerHQ/ledger-app-builder
# docker can be replaced with podman or buildah without sudo
sudo docker run --rm -ti -v "$(realpath .):/app" ledger-app-builder:latest ./build.sh
binaries will be placed in release/nanoS and release/nanoX
to install the app on a NanoS run:
./install_nanoS.sh
Note: It's currently not possible to sideload an app onto the NanoX.
The app can be run by the Ledger Speculos emulator: https://github.com/LedgerHQ/speculos
The elf files are located at: release/nanoS/bin/app.elf release/nanoX/bin/app.elf