0.0.1 • Published 6 years ago

wallet-module v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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)