forked from TONresistor/teleton-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 1.34 KB
/
manifest.json
File metadata and controls
25 lines (25 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"id": "dedust",
"name": "DeDust DEX",
"version": "1.0.0",
"description": "Swap tokens, browse pools, and trade on DeDust -- TON's #2 DEX",
"author": { "name": "teleton", "url": "https://github.com/TONresistor" },
"license": "MIT",
"entry": "index.js",
"teleton": ">=1.0.0",
"sdkVersion": ">=1.0.0",
"tools": [
{ "name": "dedust_assets", "description": "Search or list tokens available on DeDust by symbol, name, or address" },
{ "name": "dedust_pools", "description": "List top DeDust liquidity pools sorted by reserves, volume, or fees" },
{ "name": "dedust_pool_trades", "description": "Get recent trades for a specific DeDust pool" },
{ "name": "dedust_pool_info", "description": "Get detailed info for a specific DeDust pool" },
{ "name": "dedust_jetton_info", "description": "Get jetton metadata, top holders, and top traders from DeDust" },
{ "name": "dedust_prices", "description": "Get prices and liquidity data for tokens from DeDust" },
{ "name": "dedust_swap_estimate", "description": "Estimate swap output on DeDust using on-chain pool get-methods" },
{ "name": "dedust_swap", "description": "Execute a swap on DeDust from the agent wallet" }
],
"permissions": [],
"tags": ["defi", "ton", "dex", "swap", "liquidity"],
"repository": "https://github.com/TONresistor/teleton-plugins",
"funding": null
}