@quantnetwork/overledger-dlt-xrp-ledger
v2.4.1
Published
Quant Network Overledger Ripple software development kit (SDK) for the JavaScript (JS) programming language.
Downloads
13
Keywords
Readme
@quantnetwork/overledger-dlt-xrp-ledger
Overledger SDK module for interaction with the Ripple distributed ledger technology.
Installation
Install using npm:
npm install @quantnetwork/overledger-dlt-xrp-ledger
Or, if you prefer using yarn:
yarn add @quantnetwork/overledger-dlt-xrp-ledger
API Reference
Modules
Classes
overledger-dlt-xrp-ledger
overledger-dlt-xrp-ledger.default
Development package for Ripple (XRP Ledger).
overledger-dlt-xrp-ledger.log
Ripple
new Ripple(sdk)
| Param | Type | | --- | --- | | sdk | any |
ripple.name
Name of the DLT
ripple.symbol
Symbol of the DLT
ripple.createAccount()
Create an XRP account
Returns: Account - (privateKey, address)
ripple.setAccount(accountInfo)
| Param | Type | Description | | --- | --- | --- | | accountInfo | Account | The standardised account information |
Set an account for signing for a specific DLT
ripple.isValidSeed()
ripple seed validation