mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 16:45:49 +00:00
xrpl.js 2: update many mentions, more code
This commit is contained in:
@@ -82,7 +82,7 @@ To support interest-bearing and demurraging currencies, client applications must
|
||||
|
||||
### ripple-lib Support
|
||||
|
||||
Demurrage was supported in ripple-lib versions **0.7.37** through **0.12.9**. Demurrage is ***not supported*** in [RippleAPI](rippleapi-reference.html).
|
||||
Demurrage was supported in ripple-lib versions **0.7.37** through **0.12.9**. Demurrage is ***not supported*** in most modern libraries.
|
||||
|
||||
The following code samples demonstrate how to use compatible versions of ripple-lib to convert between ledger values and display values. Also see the [Ripple Demurrage Calculator](https://ripple.github.io/ripple-demurrage-tool/).
|
||||
|
||||
|
||||
@@ -16,11 +16,7 @@ To make a digital signature, you use a cryptographic key pair associated with th
|
||||
|
||||
## Generating Keys
|
||||
|
||||
There are several ways to create a key pair:
|
||||
|
||||
- The [wallet_propose method][] in [the `rippled` server](the-rippled-server.html).
|
||||
- The [`generateAddress()` method of ripple-lib](rippleapi-reference.html#generateaddress).
|
||||
- Other [tools or wallet applications](software-ecosystem.html). <!-- STYLE_OVERRIDE: wallet -->
|
||||
Many [client libraries](client-libraries.html) and applications can generate a key pair suitable for use with the XRP Ledger. However, you should only use keypairs that were generated with devices and software you trust. Compromised applications can expose your secret to malicious users who can then send transactions from your account later.
|
||||
|
||||
|
||||
## Key Components
|
||||
|
||||
Reference in New Issue
Block a user