0.0.0-rc • Published 3 months ago
ecash-wallet v0.0.0-rc
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
0.0.0-rc
3 months ago