Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpanel-org/bwallet
bpanel wallet plugin
https://github.com/bpanel-org/bwallet
bitcoin blockchain cryptocurrency wallet
Last synced: 30 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T16:23:38.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T13:27:40.648Z (5 months ago)
- Topics: bitcoin, blockchain, cryptocurrency, wallet
- Language: JavaScript
- Homepage:
- Size: 859 KB
- Stars: 2
- Watchers: 3
- 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