@bpanel/bwallet

0.0.7 • Public • Published

bPanel bwallet

Work in progress.

Usage

Use as a plugin with bPanel

Install using bpanel-cli

$ npm install -g bpanel-cli

$ bpanel-cli install @bpanel/bwallet

This will update the bpanel config file so that the plugins array contains @bpanel/bwallet. bpanel will install the plugin during its build.

Note: WebUSB requires the application to be served over https. This is required to work with hardware wallets. To create a self signed certificate locally, use the command:

$ openssl req -newkey rsa:2048 -nodes -sha512 -x509 -days 3650 -nodes -subj '/CN=localhost' -out selfsigned.crt -keyout selfsigned.key

The site will not be trusted by web browsers, but it will work for development purposes.

Features

  • Ledger Support
  • Trezor Support
  • Multisig Support
  • Watch only wallets using extended public keys

Package Sidebar

Install

npm i @bpanel/bwallet

Weekly Downloads

0

Version

0.0.7

License

MIT

Unpacked Size

384 kB

Total Files

80

Last publish

Collaborators

  • bucko
  • mark-purse
  • pinheadmz
  • tynes