This project allows a Ledger device owner to sign BIP-322 compatible signature using Bitcoin addresses controlled by their Ledger device.
This web application is available here hosted on Github Page.
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