@voken/address
Version:
Covert a public key to Voken wallet address. Or verify an address.
42 lines (41 loc) • 989 B
JSON
{
"name": "@voken/address",
"version": "1.5.2",
"description": "Covert a public key to Voken wallet address. Or verify an address.",
"keywords": [
"address",
"voken",
"voken1000g",
"crypto",
"cryptography"
],
"homepage": "https://github.com/voken1000g/npm-address",
"author": "@voken1000g",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/voken1000g/npm-address"
},
"bugs": {
"url": "https://github.com/voken1000g/npm-address/issues"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"devDependencies": {
"@voken/private-key": "^1.0.3",
"standard": "^16.0.3",
"tape": "^5.0.1"
},
"dependencies": {
"@types/bn.js": "^5.1.0",
"@voken/base32": "^1.3.3",
"@voken/public-key": "^1.3.1",
"@voken/sha": "^1.1.0",
"bn.js": "^5.1.3"
},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape test/index.js"
}
}