https://github.com/bpanel-org/bwallet
bpanel wallet plugin
https://github.com/bpanel-org/bwallet
bitcoin blockchain cryptocurrency wallet
Last synced: about 2 months ago
JSON representation
bpanel wallet plugin
- Host: GitHub
- URL: https://github.com/bpanel-org/bwallet
- Owner: bpanel-org
- License: other
- Created: 2018-08-16T19:50:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T16:23:38.000Z (over 7 years ago)
- Last Synced: 2025-08-08T14:17:42.894Z (11 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, wallet
- Language: JavaScript
- Homepage:
- Size: 859 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bPanel bwallet
Work in progress.
### Usage
Use as a plugin with `bPanel`
Install using `bpanel-cli`
```js
$ 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