wallet-module

0.0.1 • Public • Published

Crushcoin Wallet Module

A NodeJS wrapper for the Cytponote and Bytecoin Wallet RPC JSON daemon.

Dependencies

You must have the Crushcoin Wallet daemon running, or have a URL from which you can access one remotely.

npm i --save wallet-module

 
const Wallet = require('wallet-module')
 
// Connect to a wallet daemon.
const wallet = new Wallet('127.0.0.1', 8070)
 
wallet.getAddresess().then(console.log)
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    10

Package Sidebar

Install

npm i wallet-module

Weekly Downloads

10

Version

0.0.1

License

MIT

Last publish

Collaborators

  • xhad