Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 310 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 310 Bytes

ledger-web-bridge

A Ledger bridge to use inside chrome extension

Getting started

  • Run npm ci
  • Run npm start to start the local dev server, then go to https://localhost:9000/ and accept the not validated cert
  • Build: run npm run build,the dist folder should be generated and you can publish it.