{% include 'header.html' %} {% from 'style.html' import page_back_svg, page_forwards_svg, filter_clear_svg, filter_apply_svg, input_arrow_down_svg, arrow_right_svg, input_time_svg %} {% from 'macros.html' import page_header %} {{ page_header('Automated Market Maker', 'Automatically create offers and bids based on your configuration.', dark_bg='dark:bg-gray-500') }}
|
Name
|
Swap
|
Amount & Min
|
Rate & Receive
|
Settings
|
Status
|
Actions
|
|---|---|---|---|---|---|---|
| Loading offers data... | ||||||
|
Name
|
Swap
|
Amount & Balance
|
Rate & Send
|
Settings
|
Status
|
Actions
|
|---|---|---|---|---|---|---|
| Loading bids data... | ||||||
AMM Directory: {{ amm_dir }}
Config File: {{ config_path }} {% if config_exists %} Exists {% else %} Missing {% endif %}
State File: {{ state_path }} {% if state_exists %} Exists {% else %} Will be created {% endif %}
Script Module: {{ script_path }} Integrated