mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-17 12:29:27 +00:00
Replace prototype data and floating-point quotes with live wallet and chain reads, exact Rust quote planning, and optimistic external-wallet submission. Add canonical display-order mapping, responsive QML states, network-scoped program configuration, and packaged Rust client support.
28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"name": "amm_ui",
|
|
"version": "0.1.0",
|
|
"type": "ui_qml",
|
|
"category": "amm",
|
|
"description": "UI module for the AMM program",
|
|
"main": "amm_ui_plugin",
|
|
"view": "qml/Main.qml",
|
|
"icon": "icons/amm.png",
|
|
"dependencies": ["logos_execution_zone"],
|
|
|
|
"nix": {
|
|
"packages": {
|
|
"build": [],
|
|
"runtime": ["qt6.qtdeclarative", "zstd", "krb5", "abseil-cpp"]
|
|
},
|
|
"external_libraries": [
|
|
{ "name": "amm_client" }
|
|
],
|
|
"cmake": {
|
|
"find_packages": [],
|
|
"extra_sources": [],
|
|
"extra_include_dirs": [],
|
|
"extra_link_libraries": []
|
|
}
|
|
}
|
|
}
|