mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-09-26 23:29:00 +00:00
incorporate feedback
This commit is contained in:
@@ -40,6 +40,8 @@ time.past.years: "{{value}}年前"
|
||||
sidebar.docs: ドキュメント
|
||||
sidebar.docs.introduction.what-is-xrp: XRPとは?
|
||||
sidebar.docs.use-cases.tokenization: Tokenization
|
||||
sidebar.docs.use-cases.trading: Trading
|
||||
sidebar.docs.use-cases.credit: Credit
|
||||
sidebar.docs.concepts.payment-types: 様々なPaymentの種類
|
||||
sidebar.docs.tutorials: チュートリアル
|
||||
sidebar.docs.references: リファレンス
|
||||
|
||||
@@ -154,7 +154,7 @@ export default function Develop() {
|
||||
},
|
||||
{
|
||||
logo: require("../static/img/logos/black/hidden-road.png"),
|
||||
alt: translate("Hidden Road"),
|
||||
alt: translate("Ripple Prime"),
|
||||
href: "https://ripple.com/products/prime-brokerage/",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -37,7 +37,7 @@ export default function Trading() {
|
||||
<FeaturedVideoHero
|
||||
headline={translate("Compliance-First Trading on XRPL")}
|
||||
subtitle={translate(
|
||||
"Credentials and Permissioned Domains are native features that unlock private DeFi, enable regulated asset trading, and enforce KYC AML directly on chain. These tools create secure, programmable environments for trading tokenized money market funds, treasuries, and more."
|
||||
"Credentials and Permissioned Domains are native features that unlock private DeFi, enable regulated asset trading, and enforce KYC AML on-chain based on verified credentials. These tools create secure, programmable environments for trading tokenized money market funds, treasuries, and more."
|
||||
)}
|
||||
video={{
|
||||
source: {
|
||||
@@ -62,9 +62,9 @@ export default function Trading() {
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
heading: translate("No Smart Contract Risk"),
|
||||
heading: translate("No Third-Party Contract Risk"),
|
||||
description: translate(
|
||||
"Built into XRPL for safer use: no smart contracts, no MEV, and full control of your funds."
|
||||
"Built into XRPL for safer use: no third-party contract risks, MEV-resistant by design, and self-custody of your funds by default."
|
||||
),
|
||||
buttons: [],
|
||||
},
|
||||
@@ -140,7 +140,7 @@ export default function Trading() {
|
||||
icon: require("../../../static/img/icons/2026/black/compliance-primitive.svg"),
|
||||
title: translate("Compliance Primitive"),
|
||||
description: translate(
|
||||
"Use built-in logic to stay compliant: freeze funds, manage access, control order books, and perform on-chain KYC."
|
||||
"Use built-in logic to stay compliant: freeze funds, manage access, control order books, and enforce access controls on-chain based on verified credentials."
|
||||
),
|
||||
href: "/docs/concepts/transactions",
|
||||
},
|
||||
@@ -158,7 +158,7 @@ export default function Trading() {
|
||||
description: translate(
|
||||
"Remove execution risk and achieve clarity on transaction economics with transaction simulation."
|
||||
),
|
||||
href: "/docs",
|
||||
href: "/docs/references/http-websocket-apis/public-api-methods/transaction-methods/simulate",
|
||||
},
|
||||
{
|
||||
icon: require("../../../static/img/icons/2026/black/native-lending-protocol.svg"),
|
||||
@@ -166,7 +166,7 @@ export default function Trading() {
|
||||
description: translate(
|
||||
"Access deep, affordable capital directly on-chain to power your trading strategies."
|
||||
),
|
||||
href: "/docs",
|
||||
href: "/docs/concepts/tokens/lending-protocol",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -41,14 +41,17 @@
|
||||
- page: docs/use-cases/defi/index.md
|
||||
expanded: false
|
||||
items:
|
||||
- page: docs/use-cases/defi/algorithmic-trading.md
|
||||
- page: docs/use-cases/trading/index.page.tsx
|
||||
label: Trading
|
||||
labelTranslationKey: sidebar.docs.use-cases.trading
|
||||
expanded: false
|
||||
items:
|
||||
- page: docs/use-cases/defi/algorithmic-trading.md
|
||||
- page: docs/use-cases/defi/list-xrp-as-an-exchange.md
|
||||
- page: docs/use-cases/defi/enable-compliance-focused-cross-currency-payments-using-a-permissioned-dex.md
|
||||
- page: docs/use-cases/defi/institutional-credit-facilities.md
|
||||
- page: docs/use-cases/defi/list-xrp-as-an-exchange.md
|
||||
- page: docs/use-cases/defi/enable-compliance-focused-cross-currency-payments-using-a-permissioned-dex.md
|
||||
- page: docs/use-cases/trading/index.page.tsx
|
||||
label: Trading
|
||||
labelTranslationKey: sidebar.docs.use-cases.trading
|
||||
expanded: false
|
||||
label: Credit
|
||||
labelTranslationKey: sidebar.docs.use-cases.credit
|
||||
|
||||
- page: docs/concepts/index.md
|
||||
expanded: false
|
||||
|
||||
Reference in New Issue
Block a user