mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
move oracles and did concept docs
This commit is contained in:
@@ -38,7 +38,7 @@ An exception to the owner reserve is that you can create your first two trust li
|
||||
|
||||
Many objects in the ledger (ledger entries) are owned by a particular account. Usually, the owner is the account that created the object. Each object increases the owner's total reserve requirement by the owner reserve. When objects are removed from the ledger, they no longer count against the reserve requirement.
|
||||
|
||||
Objects that count towards their owner's reserve requirement include: [Checks](../payment-types/checks.md), [Deposit Preauthorizations](depositauth.md#preauthorization), [Escrows](../payment-types/escrow.md), [NFT Offers](../tokens/nfts/trading.md), [NFT Pages](../tokens/nfts/index.md), [Offers](../../references/protocol/ledger-data/ledger-entry-types/offer.md), [Oracles](../xrpl-sidechains/price-oracles.md), [Payment Channels](../payment-types/payment-channels.md), [Signer Lists](multi-signing.md), [Tickets](tickets.md), and [Trust Lines](../tokens/fungible-tokens/index.md).
|
||||
Objects that count towards their owner's reserve requirement include: [Checks](../payment-types/checks.md), [Deposit Preauthorizations](depositauth.md#preauthorization), [Escrows](../payment-types/escrow.md), [NFT Offers](../tokens/nfts/trading.md), [NFT Pages](../tokens/nfts/index.md), [Offers](../../references/protocol/ledger-data/ledger-entry-types/offer.md), [Oracles](../decentralized-storage/price-oracles.md), [Payment Channels](../payment-types/payment-channels.md), [Signer Lists](multi-signing.md), [Tickets](tickets.md), and [Trust Lines](../tokens/fungible-tokens/index.md).
|
||||
|
||||
Some special cases:
|
||||
|
||||
|
||||
10
docs/concepts/decentralized-storage/index.md
Normal file
10
docs/concepts/decentralized-storage/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# Decentralized Storage
|
||||
|
||||
The XRP Ledger can store certain information types that originate from offchain.
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
@@ -12,7 +12,7 @@ status: not_enabled
|
||||
|
||||
_(Requires the [DID amendment][] {% not-enabled /%})_
|
||||
|
||||
A `DID` ledger entry holds references to, or data associated with, a single [DID](../../../../concepts/accounts/decentralized-identifiers.md).
|
||||
A `DID` ledger entry holds references to, or data associated with, a single [DID](/docs/concepts/decentralized-storage/decentralized-identifiers.md).
|
||||
|
||||
|
||||
## Example DID JSON
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
/docs/concepts/xrpl-sidechains/price-oracles/:
|
||||
to: /docs/concepts/decentralized-storage/price-oracles/
|
||||
type: 301
|
||||
/docs/concepts/accounts/decentralized-identifiers/:
|
||||
to: /docs/concepts/decentralized-storage/decentralized-identifiers/
|
||||
type: 301
|
||||
/docs/tutorials/javascript/trade-on-ledger/:
|
||||
to: /docs/tutorials/javascript/amm/
|
||||
type: 301
|
||||
|
||||
@@ -151,13 +151,16 @@
|
||||
- page: docs/concepts/accounts/multi-signing.md
|
||||
- page: docs/concepts/accounts/depositauth.md
|
||||
- page: docs/concepts/accounts/tickets.md
|
||||
- page: docs/concepts/accounts/decentralized-identifiers.md
|
||||
- page: docs/concepts/xrpl-sidechains/index.md
|
||||
expanded: false
|
||||
items:
|
||||
- page: docs/concepts/xrpl-sidechains/cross-chain-bridges.md
|
||||
- page: docs/concepts/xrpl-sidechains/price-oracles.md
|
||||
- page: docs/concepts/xrpl-sidechains/witness-servers.md
|
||||
- page: docs/concepts/decentralized-storage/index.md
|
||||
expanded: false
|
||||
items:
|
||||
- page: docs/concepts/decentralized-storage/decentralized-identifiers.md
|
||||
- page: docs/concepts/decentralized-storage/price-oracles.md
|
||||
- page: docs/tutorials/index.md
|
||||
label: Tutorials
|
||||
labelTranslationKey: sidebar.docs.tutorials
|
||||
|
||||
Reference in New Issue
Block a user