Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naftalimurgor/bgl-hdwallet
Create Hierarchical Deterministic Wallets for Bitgesell.
https://github.com/naftalimurgor/bgl-hdwallet
Last synced: 26 days ago
JSON representation
Create Hierarchical Deterministic Wallets for Bitgesell.
- Host: GitHub
- URL: https://github.com/naftalimurgor/bgl-hdwallet
- Owner: naftalimurgor
- License: mit
- Created: 2023-10-22T14:01:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-26T13:08:56.000Z (about 1 year ago)
- Last Synced: 2024-10-05T15:21:16.246Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# bgl-hdwallet
## Installation
```sh
npm i -g bgl-hdwallet # yarn add --global bgl-hdwallet
```> `bgl-hdwallet` is still in beta.
## Usage
Basic help and `bgl-hdwallet` version can be checked by simply typing the following on a terminal.
```sh
bgl-hdwallet --version
``````sh
Usage: hdwallet [options] [command]hdwallet, - create hierarchical deterministic wallets for Bitgesell
Options:
-V, --version output the version number
-h, --help display help for commandCommands:
hdwallet <--network> Generate a hierarchical deterministic wallet (base58 encoded)
help [command] display help for command
```> Note: Always keep your keys safe. Anyone with access to private keys can drain your Wallet.
## Generating a Hd Wallet
To generate Hd Wallet a transaction:
```sh
bgl-hdwallet hdwallet
```## Contributing
All contributions are highly welcome.
## License
`MIT`