1.1.2 • Published 7 years ago

xrp-app-lib v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

XRP App Lib

A small javascript library for creating XRP-based wallets

CircleCI

Installation

npm install --save xrp-app-lib

Usage

Wallet createWallet()

Wallet importWalletFromSecret(PrivateKey)

Account importAccountFromAddress(PublicKey)

Promise<Decimal> updateBalance(Account)
Promise<Decimal> updateBalance(Wallet)

Promise<Payment> sendPayment({
  to: Account,
  from: Wallet,
  amount: Decimal
})
1.1.2

7 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago