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)
 

/wallet-module/

    Package Sidebar

    Install

    npm i wallet-module

    Weekly Downloads

    4

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • xhad