mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
@@ -106,7 +106,7 @@ However, if your UNL does not have enough overlap with the UNLs used by others,
|
|||||||
|
|
||||||
#### What purpose does XRP serve?
|
#### What purpose does XRP serve?
|
||||||
|
|
||||||
XRP was created as the XRP Ledger's native asset to empower a new generation of digital payments—faster, greener, and cheaper than any previous digital asset. It also serves to protect the ledger from spam, and to [bridge currencies](../docs/concepts/tokens/decentralized-exchange/autobridging.md) in the XRP Ledger's decentralized exchange, when doing so is beneficial to users. Over time, the XRP Ledger community has pioneered new [use cases](/about/uses) for XRP as well was the XRP Ledger itself.
|
XRP was created as the XRP Ledger's native asset to empower a new generation of digital payments—faster, greener, and cheaper than any previous digital asset. It also serves to protect the ledger from spam, and to [bridge currencies](../docs/concepts/tokens/decentralized-exchange/autobridging.md) in the XRP Ledger's decentralized exchange, when doing so is beneficial to users. Over time, the XRP Ledger community has pioneered new [use cases](/about/uses) for XRP as well as the XRP Ledger itself.
|
||||||
|
|
||||||
|
|
||||||
#### How does the XRP Ledger respond to transaction floods?
|
#### How does the XRP Ledger respond to transaction floods?
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ LOCALES = {
|
|||||||
"Secret:": "シード:",
|
"Secret:": "シード:",
|
||||||
"Balance:": "残高:",
|
"Balance:": "残高:",
|
||||||
"Complete all previous steps first": "前の手順をすべて完了して下さい",
|
"Complete all previous steps first": "前の手順をすべて完了して下さい",
|
||||||
"Conection to the XRP Ledger required": "XRP Ledgerの接続が必要です",
|
"Connection to the XRP Ledger required": "XRP Ledgerの接続が必要です",
|
||||||
"Error:": "エラー:",
|
"Error:": "エラー:",
|
||||||
"Populated this page's examples with these credentials.": "このページの例にこのアドレスとシードを入力しました。",
|
"Populated this page's examples with these credentials.": "このページの例にこのアドレスとシードを入力しました。",
|
||||||
"There was an error connecting to the Faucet. Please try again.": "テストネットワークFaucetにエラーが発生しました。もう一度試してください。",
|
"There was an error connecting to the Faucet. Please try again.": "テストネットワークFaucetにエラーが発生しました。もう一度試してください。",
|
||||||
@@ -235,7 +235,7 @@ function setup_generate_step() {
|
|||||||
/**
|
/**
|
||||||
* Get the address from the Generate step (snippet), or display an error in
|
* Get the address from the Generate step (snippet), or display an error in
|
||||||
* the relevant interactive block if it fails—usually because the user hasn't
|
* the relevant interactive block if it fails—usually because the user hasn't
|
||||||
* cliked the "Get Credentials" button yet.
|
* clicked the "Get Credentials" button yet.
|
||||||
* @return {String, undefined} The address, if available, or undefined if not
|
* @return {String, undefined} The address, if available, or undefined if not
|
||||||
*/
|
*/
|
||||||
function get_address(event) {
|
function get_address(event) {
|
||||||
@@ -251,7 +251,7 @@ function get_address(event) {
|
|||||||
/**
|
/**
|
||||||
* Get the Wallet from the Generate step (snippet), or display an error in
|
* Get the Wallet from the Generate step (snippet), or display an error in
|
||||||
* the relevant interactive block if it fails—usually because the user hasn't
|
* the relevant interactive block if it fails—usually because the user hasn't
|
||||||
* cliked the "Get Credentials" button yet.
|
* clicked the "Get Credentials" button yet.
|
||||||
* @return {Wallet, undefined} The Wallet instance, if available, or undefined if not
|
* @return {Wallet, undefined} The Wallet instance, if available, or undefined if not
|
||||||
*/
|
*/
|
||||||
function get_wallet(event) {
|
function get_wallet(event) {
|
||||||
@@ -274,7 +274,7 @@ function get_wallet(event) {
|
|||||||
* Helper for calling the Testnet/Devnet faucet.
|
* Helper for calling the Testnet/Devnet faucet.
|
||||||
* @param {String} faucet_url The URL of the faucet to call, for example:
|
* @param {String} faucet_url The URL of the faucet to call, for example:
|
||||||
* https://faucet.altnet.rippletest.net/accounts
|
* https://faucet.altnet.rippletest.net/accounts
|
||||||
* @param {String} destination The account to fund, if undefined, the facuet will create one
|
* @param {String} destination The account to fund, if undefined, the faucet will create one
|
||||||
* @param {Object} event The event object to get memo data from
|
* @param {Object} event The event object to get memo data from
|
||||||
* */
|
* */
|
||||||
async function call_faucet(faucet_url, destination, event) {
|
async function call_faucet(faucet_url, destination, event) {
|
||||||
@@ -533,7 +533,7 @@ function add_memo(event, tx_json) {
|
|||||||
* transaction's final results. Gets important information from data
|
* transaction's final results. Gets important information from data
|
||||||
* attributes defined on the button that triggers the event:
|
* attributes defined on the button that triggers the event:
|
||||||
* data-tx-blob-from="{jQuery selector}" A selector for an element whose .text()
|
* data-tx-blob-from="{jQuery selector}" A selector for an element whose .text()
|
||||||
* is the blob to submt.
|
* is the blob to submit.
|
||||||
* data-wait-step-name="{String}" The exact name of the wait step where this
|
* data-wait-step-name="{String}" The exact name of the wait step where this
|
||||||
* transaction's results should be reported, as
|
* transaction's results should be reported, as
|
||||||
* defined in start_step(step_name) as the MD
|
* defined in start_step(step_name) as the MD
|
||||||
|
|||||||
Reference in New Issue
Block a user