UNPKG

rpc-common-wallet

Version:

A Common Wallet interface for the Bitcoin-Core RPC

41 lines (40 loc) 927 B
{ "name": "rpc-common-wallet", "version": "1.0.0", "description": "A Common Wallet interface for the Bitcoin-Core RPC", "main": "index.js", "dependencies": { "async": "^1.4.2", "test-common-wallet": "^1.2.1" }, "devDependencies": { "tape": "^4.2.1", "bitcoind-rpc": "^0.3.1", "node-env-file": "^0.1.7", "rpc-common-blockchain": "^1.3.0", "abstract-common-wallet": "^1.3.0" }, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/blockai/rpc-common-wallet.git" }, "keywords": [ "bitcoin", "wallet", "rpc", "json", "common-wallet", "common", "abstract-common-wallet", "interface" ], "author": "William Cotton", "license": "ISC", "bugs": { "url": "https://github.com/blockai/rpc-common-wallet/issues" }, "homepage": "https://github.com/blockai/rpc-common-wallet#readme" }