@yerofey/dogecoin-bip84
Version:
Creates BIP84 keychains for Dogecoin mainnet and testnet
32 lines (31 loc) • 647 B
JSON
{
"name": "@yerofey/dogecoin-bip84",
"version": "0.0.6",
"description": "Creates BIP84 keychains for Dogecoin mainnet and testnet",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/yerofey/dogecoin-bip84"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dogecoin",
"hd",
"wallet",
"bip44",
"bip49",
"bip84",
"bech32"
],
"author": "Anderson Juhasc",
"license": "ISC",
"dependencies": {
"bip84": "^0.2.5"
},
"funding": {
"type": "individual",
"url": "https://github.com/Anderson-Juhasc"
}
}