mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 08:48:11 +00:00
Xpring → RippleX
This commit is contained in:
@@ -8,7 +8,7 @@ Accounts in the XRP Ledger are identified by an address in the XRP Ledger's [bas
|
||||
|
||||
> **Note:** The XRP community has [proposed](https://github.com/xrp-community/standards-drafts/issues/6) an **X**-address format that "packs" a [destination tag](source-and-destination-tags.html) into the address. These addresses start with an `X` (for the mainnet) or a `T` (for the [testnet](parallel-networks.html)). Exchanges and wallets can use X-addresses to represent all the data a customer needs to know in one value. For more information, see the [X-address format site](https://xrpaddress.info/) and [codec](https://github.com/xrp-community/xrpl-tagged-address-codec).
|
||||
>
|
||||
> The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [Xpring SDK](https://xpring.io/docs), and many other tools support X-addresses too.
|
||||
> The XRP Ledger protocol only supports "classic" addresses natively, but [ripple-lib](rippleapi-reference.html), [RippleX Dev Kit](https://ripplex.io/docs), and many other tools support X-addresses too.
|
||||
|
||||
{% if currentpage.md != "concept-accounts.md" %}
|
||||
For more information, see [Accounts](accounts.html) and [base58 Encodings](base58-encodings.html).
|
||||
|
||||
@@ -46,12 +46,12 @@ XRP Ledger上のミドルウェアサービスの例として、[Data API](data-
|
||||
|
||||
XRPだけでなく、通貨価値を表す他のさまざまな方法と互換性のあるアプリケーションを構築するには、XRPでの決済に[Interledger Protocol][]を使用するのが最適です。
|
||||
|
||||
XRPと周辺テクノロジーを使用してユーザーとやり取りするプロジェクトには、他にも多くの例があります。Rippleエンタープライズのお客様であれば、すでに[オンデマンド流動性サービス](https://www.ripple.com/ripplenet/on-demand-liquidity/)経由でXRPをご利用いただけます。XRP Ledger上にビルドされているビジネスとソフトウェアのその他の例については、[Xpring Partners](https://xpring.io/#partners)か、XRPChatのエクセレント[Links & Resources](https://www.xrpchat.com/links/)のリストを参照してください。
|
||||
XRPと周辺テクノロジーを使用してユーザーとやり取りするプロジェクトには、他にも多くの例があります。 例については[XRP Ledger ビジネス](businesses.html)か、[エキスチェンジ](exchanges.html)か、[ウォレット](wallets.html)を参照してください。
|
||||
|
||||
|
||||
## 関連項目
|
||||
|
||||
- [Xpring Partners](https://xpring.io/#partners)
|
||||
- [RippleX](https://ripplex.io/)
|
||||
- [技術に関するよくある質問](technical-faq.html)
|
||||
- [XRPChat Links & Resources](https://www.xrpchat.com/links/) - ゲートウェイと取引所、ウォレットとストレージ、アプリなどの最新のリストが記載されています。
|
||||
|
||||
|
||||
@@ -46,12 +46,12 @@ Atop the stack is where the truly exciting things happen. Apps and services prov
|
||||
|
||||
A great way to build applications that are compatible with not only XRP but lots of other ways of denominating value is to use the [Interledger Protocol][] with settlement in XRP.
|
||||
|
||||
There are many other examples of projects using XRP and adjacent technologies to interact with users. Ripple's enterprise customers already have the option to use XRP through [on-demand liquidity services](https://www.ripple.com/ripplenet/on-demand-liquidity/). For more examples of businesses and software built on the XRP Ledger, see [Xpring Partners](https://xpring.io/#partners) or XRPChat's excellent [Links & Resources](https://www.xrpchat.com/links/) listing.
|
||||
There are many other examples of projects using XRP and adjacent technologies to interact with users. For some examples, see [Businesses](businesses.html), [Exchanges](exchanges.html), and [Wallets](wallets.html).
|
||||
|
||||
|
||||
## See Also
|
||||
|
||||
- [Xpring Partners](https://xpring.io/#partners)
|
||||
- [RippleX](https://ripplex.io/)
|
||||
- [Technical FAQ](technical-faq.html)
|
||||
- [XRPChat Links & Resources](https://www.xrpchat.com/links/) - Includes updated lists of gateways and exchanges, wallets and storage, apps, and more.
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ The [**Community Standards Drafts**](https://github.com/xrp-community/standards-
|
||||
You can find various XRP Ledger-related projects under these and other GitHub organizations:
|
||||
|
||||
- [Ripple](https://github.com/ripple/)
|
||||
- [Xpring](https://github.com/xpring-eng/)
|
||||
- [RippleX (formerly Xpring)](https://github.com/xpring-eng/)
|
||||
- [XRP Community](https://github.com/xrp-community/)
|
||||
- [XRPL Labs](https://github.com/XRPL-Labs/)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Run rippled as a Wallet Server
|
||||
|
||||
A wallet server is a multipurpose configuration for `rippled`. With a wallet server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest [tools](https://xpring.io/) to integrate with XRP.
|
||||
A wallet server is a multipurpose configuration for `rippled`. With a wallet server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest [tools](software-ecosystem.html) to integrate with XRP.
|
||||
|
||||
|
||||
A wallet server does all of the following:
|
||||
|
||||
Reference in New Issue
Block a user