-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmodules.json
More file actions
79 lines (72 loc) · 2.43 KB
/
modules.json
File metadata and controls
79 lines (72 loc) · 2.43 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"name": "ComHub",
"url": "https://comhub.app/",
"image": "/images/comai-logo.png",
"description": "The hub for Commune Ai modules",
"validatorKey": "5EJ9AUpSGafWeagdP5nwc5AwcYBkagYSZyx2BmLKWJrGBZUZ",
"verified": true,
"tags": ["com","hub"],
"disabled": false
},
{
"name": "ComStats",
"url": "https://comstats.org/",
"image": "/images/comstats-webp.webp",
"description": "All statistics of Commune Ai in one place",
"validatorKey": "5H9YPS9FJX6nbFXkm9zVhoySJBX9RRfWF36abisNz5Ps9YaX",
"verified": true,
"tags": ["stats", "staking", "wallet"],
"disabled": false
},
{
"name": "ComChat",
"url": "https://comchat.io/",
"image": "/images/comchat.webp",
"description": "LLM GPT aggregator built on Commune Ai",
"validatorKey": "5D4o6H19z6ctWjS9HzxBpMxqhuzCCCsgXk49AqXGPUqZEpRt",
"verified": true,
"tags": ["chat","GPT","Ai"],
"disabled": false
},
{
"name": "ComSwap.io",
"url": "https://comswap.io/",
"image": "https://comswap.io/static/media/logo.0eafc56c200101eecb87.png",
"description": "$COMAI trading platform",
"validatorKey": "5CXiWwsS76H2vwroWu4SvdAS3kxprb7aFtqWLxxZC5FNhYri",
"verified": true,
"tags": ["staking", "wallet"],
"disabled": false
},
{
"name": "ComWallet by ComSwap",
"url": "https://comwallet.io/",
"image": "https://comwallet.io/logo.svg",
"description": "Non-custodial wallet for $COMAI",
"validatorKey": "5CXiWwsS76H2vwroWu4SvdAS3kxprb7aFtqWLxxZC5FNhYri",
"verified": true,
"tags": ["staking", "wallet"],
"disabled": false
},
{
"name": "ComBridge by ComSwap",
"url": "https://bridge.comwallet.io/",
"image": "/images/combridge-logo.png",
"description": "$COMAI bridge to Ethereum (ETH) Mainnet",
"validatorKey": "5CXiWwsS76H2vwroWu4SvdAS3kxprb7aFtqWLxxZC5FNhYri",
"verified": true,
"tags": ["bridge", "wallet"],
"disabled": false
},
{
"name": "Coming Soon",
"url": "https://communeai.app/",
"image": "/images/comai-webp.webp",
"description": "coming soon",
"validatorKey": "vali::unknown",
"verified": false,
"tags": ["docs", "whitepaper"],
"disabled": true
}
]