Work in progress.
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.
- Ledger Support
- Trezor Support
- Multisig Support
- Watch only wallets using extended public keys