forked from valora-inc/dapp-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalora-dapp-list.json
118 lines (118 loc) · 2.51 KB
/
valora-dapp-list.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"categories": [
{
"id": "exchanges",
"backgroundColor": "#DEF8EA",
"fontColor": "#1AB775"
},
{
"id": "lend",
"backgroundColor": "#DEF8F7",
"fontColor": "#07A0AE"
},
{
"id": "spend",
"backgroundColor": "#FDF0CE",
"fontColor": "#BF8800"
},
{
"id": "finance-tools",
"backgroundColor": "#E5E8FB",
"fontColor": "#4E61E2"
},
{
"id": "social-impact",
"backgroundColor": "#ECE3F7",
"fontColor": "#894ED0"
},
{
"id": "social",
"backgroundColor": "#FFE6F4",
"fontColor": "#FF56B7"
},
{
"id": "nfts",
"backgroundColor": "#FFF1DA",
"fontColor": "#F78400"
},
{
"id": "games",
"backgroundColor": "#FFE5E1",
"fontColor": "#FF5D44"
}
],
"applications": [
{
"name": "Ubeswap",
"id": "ubeswap",
"categoryId": "exchanges",
"url": "https://app.ubeswap.org/"
},
{
"name": "Moola",
"id": "moola",
"categoryId": "lend",
"url": "https://app.moola.market/"
},
{
"name": "Bidali",
"id": "bidali",
"categoryId": "spend",
"url": "celo://wallet/bidali"
},
{
"name": "Symmetric",
"id": "symmetric",
"categoryId": "exchanges",
"url": "https://celo.symmetric.exchange/#/swap"
},
{
"name": "Mobius",
"id": "mobius",
"categoryId": "exchanges",
"url": "https://www.mobius.money/#/swap"
},
{
"name": "Celo Tracker",
"id": "celotracker",
"categoryId": "finance-tools",
"url": "https://celotracker.com?address={{address}}"
},
{
"name": "Celo Tax",
"id": "celotax",
"categoryId": "finance-tools",
"url": "https://www.celo.tax/"
},
{
"name": "impactMarket",
"id": "impactmarket",
"categoryId": "social-impact",
"url": "https://www.impactmarket.com/"
},
{
"name": "Nomspace",
"id": "nomspace",
"categoryId": "social",
"url": "https://www.nom.space/"
},
{
"name": "Poof",
"id": "poofcash",
"categoryId": "social",
"url": "https://app.poof.cash/#/account/create"
},
{
"name": "Flywallet",
"id": "flywallet",
"categoryId": "spend",
"url": "https://pro.flywallet.io"
},
{
"name": "ImmortalDAO Finance",
"id": "immortaldao-finance",
"categoryId": "finance-tools",
"url": "https://www.immortaldao.finance"
}
]
}