bgl-hdwallet
v0.1.0
Published
Nodejs library for creating hierarchical deterministic wallet
Readme
bgl-hdwallet
Installation
npm i -g bgl-hdwallet # yarn add --global bgl-hdwallet
bgl-hdwalletis still in beta.
Usage
Basic help and bgl-hdwallet version can be checked by simply typing the following on a terminal.
bgl-hdwallet --versionUsage: hdwallet [options] [command]
hdwallet, - create hierarchical deterministic wallets for Bitgesell
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
hdwallet <--network> Generate a hierarchical deterministic wallet (base58 encoded)
help [command] display help for commandNote: 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:
bgl-hdwallet hdwallet <network>Contributing
All contributions are highly welcome.
License
MIT
