UNPKG

hdwallet-signer

Version:

HDkey signer of transaction for BTC, ETH, TRX, FIL, DOT..., also can generate WIF

48 lines (47 loc) 1.05 kB
{ "name": "hdwallet-signer", "version": "0.2.6", "description": "HDkey signer of transaction for BTC, ETH, TRX, FIL, DOT..., also can generate WIF", "main": "src/index.js", "repository": { "type": "git", "url": "git://github.com/ywang305/HDWallet-Signer" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://github.com/ywang305/HDWallet-Signer", "keywords": [ "HDKey", "HDWallet", "Crypto", "Transaction", "tx", "Signer", "Blockchain", "ethereum", "ETH", "TRX", "TRC20", "ERC20", "Filecoin", "Polkadot", "Bitcoin", "Dogecoin", "WIF" ], "author": "Yao", "license": "MIT", "dependencies": { "@blitslabs/filecoin-js-signer": "^1.0.6", "@polkadot/api": "^6.6.1", "@substrate/txwrapper-polkadot": "^1.2.19", "axios": "^0.24.0", "bignumber.js": "^9.0.1", "bitcore-lib": "^8.25.10", "dotenv": "^10.0.0", "tronweb": "^4.0.0", "web3": "^1.6.0", "wif": "^2.0.6" } }