hdwallet-to-keystore
v1.0.0
Published
create ethereum keystore file from hdwallet accounts.
Downloads
2
Readme
hdwallet-to-keystore
EthreumのHDWalletのアカウントからkeystore JSON fileを生成するツールです。
create ethereum keystore file from hdwallet accounts.
Installation
$npm install hdwallet-to-keystore
or
$npm install -g hdwallet-to-keystore
Usage
Usage: hd2keystore [options] <mnemonic> <password>
create ethereum keystore file from hdwallet accounts.
Options:
-V, --version output the version number
-i, --account-index <n> target index of hdwallet accounts. default: 0 (default: 0)
-h, --help output usage information
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT