Skip to content

blockai-unofficial/rpc-common-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPC Common Wallet

A Common Wallet interface for the Bitcoin Core RPC.

var RpcClient = require('bitcoind-rpc')

var config = {
  protocol: 'http',
  user: 'rpcuser',
  pass: 'rpcpassword',
  host: '127.0.0.1',
  port: '18332'
}

var rpc = new RpcClient(config)

var rpcCommonWallet = require('rpc-common-wallet')({
  rpc: rpc
})

About

A Common Wallet interface for the Bitcoin-Core RPC

Resources

Stars

Watchers

Forks

Packages

No packages published