0.0.0-rc • Published 3 months ago

ecash-wallet v0.0.0-rc

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

ecash-wallet

A production-ready wallet class for building and broadcasting eCash (XEC) txs

Use

Install with npm (when published).

npm i ecash-wallet

Import. Create your XecWallet and use methods.

import XecWallet from "ecash-wallet";

const wallet = new XecWallet(sk, chronik);

See tests for detailed methods.

Change log

  • 0.0.0 Init with constructor and sync method