bip32-utils-smart
Version:
A set of utilities for working with BIP32 for SmartCash.
34 lines (33 loc) • 726 B
JSON
{
"name": "bip32-utils-smart",
"version": "0.10.1",
"description": "A set of utilities for working with BIP32 for SmartCash.",
"author": "SmartCash Developers",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SmartCash/bip32-utils.git"
},
"bugs": {
"url": "https://github.com/SmartCash/bip32-utils/issues"
},
"homepage": "https://github.com/SmartCash/bip32-utils",
"keywords": [
"bip32-utils",
"bip32",
"bip44",
"account",
"chain",
"discovery",
"gap",
"smartcashjs",
"smartcash"
],
"devDependencies": {
"smartcashjs-lib": "latest"
},
"peerDependencies": {
"smartcashjs-lib": "latest"
}
}