helium / helium-ledger-app

The official Helium app for the Ledger Nano S
Apache License 2.0
32 stars 8 forks source link

Support Test Net #22

Closed lthiery closed 3 years ago

lthiery commented 3 years ago

These changes allow the compilation of a Ledger App for the Helium Testnet.

A separate BIP32 slip is used to allow the Testnet app to colocate with a Mainnet app (two apps with the same slip cannot be installed at the same time).

The companion-app was updated to reduce redundant logic; helium-wallet can be depended on freely now that it compiles for Windows.

EDIT: the pay CLI interface is also changed from ./helium-ledger-app pay <address> hnt <amount> to ./helium-ledger-app pay <address>=<amount> to be consistent with helium-wallet