Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.23 KB

Ledger Bitcoin Clone Boilerplate Application

Boilerplate application for bitcoin clones.

This application should be forked to create Bitcoin clone application for Ledger device such as NanoX, NanoS+, Ledger Stax or Ledger Flex.

The original beta specification can be found at https://ledgerhq.github.io/btchip-doc/bitcoin-technical-beta.html - with the regular set of APDUs for standard wallet operations enabled.

How to use

Warning This repository contains a submodule, and should therefore be cloned with the appropriate command:

git clone [email protected]:ledgerHQ/app-bitcoin-clone-boilerplate --recurse-submodules

This application adheres with Ledger latest application guidelines.

You can refer to app-boilerplate Quick start guide for comprehensive up-to-date instructions.

All the current clone are also kept in app-bitcoin

Are you developing a Ledger device application?