mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
'Create AMM' tutorial: add to build
This commit is contained in:
@@ -259,15 +259,7 @@ When you want to withdraw liquidity from the AMM, you can use [AMMDeposit][] to
|
|||||||
|
|
||||||
However, you should keep an eye on market conditions, and use tools like [AMMBid][] and [AMMVote][] to insulate yourself from losses due to changes in the relative value of the two assets in the pool.
|
However, you should keep an eye on market conditions, and use tools like [AMMBid][] and [AMMVote][] to insulate yourself from losses due to changes in the relative value of the two assets in the pool.
|
||||||
|
|
||||||
|
<!--{# common link defs #}-->
|
||||||
<!-- MD: reusable link definitions: -->
|
{% include '_snippets/rippled-api-links.md' %}
|
||||||
[account_info method]: account_info.html
|
{% include '_snippets/tx-type-links.md' %}
|
||||||
[amm_info method]: amm_info.html
|
{% include '_snippets/rippled_versions.md' %}
|
||||||
[account_lines method]: account_lines.html
|
|
||||||
[server_state method]: server_state.html
|
|
||||||
[Currency Amount]: basic-data-types.html#specifying-currency-amounts
|
|
||||||
[transaction cost]: transaction-cost.html
|
|
||||||
[AMMCreate transaction]: ammcreate.html
|
|
||||||
[AMMBid]: ammbid.html
|
|
||||||
[AMMDeposit]: ammdeposit.html
|
|
||||||
[AMMVote]: ammvote.html
|
|
||||||
|
|||||||
@@ -2165,6 +2165,12 @@ pages:
|
|||||||
- en
|
- en
|
||||||
- ja
|
- ja
|
||||||
|
|
||||||
|
# TODO: translate this page & blurb
|
||||||
|
- md: tutorials/use-tokens/create-an-automated-market-maker.md
|
||||||
|
targets:
|
||||||
|
- en
|
||||||
|
- ja
|
||||||
|
|
||||||
# Redirect to tutorial parent nav.
|
# Redirect to tutorial parent nav.
|
||||||
- name: Get Started
|
- name: Get Started
|
||||||
html: get-started.html
|
html: get-started.html
|
||||||
|
|||||||
Reference in New Issue
Block a user