alephium / ledger-alephium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ledger Alephium Nano App

This project is still under active development.

Install

All of the release files are in the root folder. To build everything from source code, please refer to the next section.

You will need to install the tool ledgerctl to load Alphium app. The official guide is here: https://github.com/LedgerHQ/ledgerctl#quick-install.

To install the app for Nano S:

ledgerctl install nanos.json

To install the app for Nano S+:

ledgerctl install nanosplus.json

To install the app for Nano X:

ledgerctl install nanox.json

Uninstall

To uninstall the app:

ledgerctl delete Alephium

Build from source

The following command will build the releases for Ledger Nano.

make app-builder-image
make release

About

License:GNU Lesser General Public License v3.0


Languages

Language:Rust 49.1%Language:TypeScript 30.1%Language:Dockerfile 11.4%Language:Makefile 9.4%