Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 568 Bytes

SIGN-WITH-LEDGER-BTC

This project allows a Ledger device owner to sign BIP-322 compatible signature using Bitcoin addresses controlled by their Ledger device.

Available Online Now!

This web application is available here hosted on Github Page.

Running and Debugging the App Locally

You can also clone this repository and run the web application offline locally.

npm install
npm start

Alternatively, you can also build the web application and serve it on an offline server.

npm run build