Socket
Book a DemoInstallSign in
Socket

@bpanel/bwallet

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpanel/bwallet

bpanel wallet application

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
4
Created
Source

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

Keywords

bitcoin

FAQs

Package last updated on 25 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts