-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.json
89 lines (89 loc) · 4.27 KB
/
apps.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
{
"categories": [
"Wallet",
"Trading",
"Staking",
"Borrowing/Lending"
],
"apps": [
{
"categories": ["Wallet"],
"name": "Wallet BTC",
"description": "Bitcoin (₿) is a decentralized digital currency, without a central bank or single administrator, that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries",
"image": "https://bitcoin.org/img/icons/opengraph.png?1621851118",
"icon": "account_balance_wallet",
"url": "https://ledger-web-wallet-btc.vercel.app/"
},
{
"categories": ["Wallet"],
"name": "Terra Station",
"description": "Terra is a programmable money for the internet that is easier to spend, and more attractive to hold",
"image": "https://play-lh.googleusercontent.com/sUJQKb2HeZZ4y2dFuHhVoCheiX2fR2It35fgU4_6ow0i51EgsgvZLfjXUrLQo_Of6Fs",
"icon": "account_balance_wallet",
"url": "https://ledger-web-terra-station.vercel.app/"
},
{
"categories": ["Wallet"],
"name": "Wallet Connect",
"description": "WalletConnect is an open source protocol for connecting decentralised applications to mobile wallets with QR code scanning or deep linking.",
"image": "https://walletconnect.org/walletconnect-logo.svg",
"icon": "settings_ethernet_icon",
"url": "https://ledger-web-wallet-connect.vercel.app/"
},
{
"categories": ["Wallet"],
"name": "Wallet Ethereum",
"description": "Ethereum is a decentralized, open-source blockchain with smart contract functionality. Ether (ETH or Ξ) is the native cryptocurrency of the platform",
"image": "https://pbs.twimg.com/profile_images/1084788308595617793/DOnqq1OM.jpg",
"icon": "account_balance_wallet",
"url": "https://www.downloadwebsitetemplates.co.uk/templates/progress/?walletETH"
},
{
"categories": ["Wallet"],
"name": "Wallet Cosmos",
"description": "Cosmos (ATOM) is a decentralized ecosystem of independent blockchains that its creator, All In Bits Inc (dba Tendermint Inc), hopes is the foundation for the next generation of internet technology",
"image": "https://pbs.twimg.com/profile_images/1328431690268729347/flijoJYv_400x400.jpg",
"icon": "account_balance_wallet",
"url": "https://www.downloadwebsitetemplates.co.uk/templates/progress/?comsos"
},
{
"categories": ["Staking"],
"name": "Lido ETH2 Staking",
"description": "Lido is a liquid staking solution for ETH 2.0 backed by industry-leading staking providers. Lido lets users stake their ETH - without locking assets or maintaining infrastructure - whilst participating in on-chain activities, e.g. lending.",
"image": "https://pbs.twimg.com/profile_images/1314525613881995264/pGDedFg0_400x400.png",
"icon": "dns",
"url": "https://ledger-web-lido.vercel.app/"
},
{
"categories": ["Trading"],
"name": "Sushiswap",
"description": "Be a DeFi Chef with Sushi. Swap, earn, stack yields, lend, borrow, leverage all on one decentralized, community driven platform",
"image": "https://s2.coinmarketcap.com/static/img/coins/200x200/6758.png",
"icon": "swap_horiz",
"url": "https://ledger-web-sushiswap.vercel.app/"
},
{
"categories": ["Trading"],
"name": "Thorswap",
"description": "THORSwap is the world's first Multichain DEX that utilizes the THORChain network to provide a front-end user interface to perform cross-chain swaps. This is done in a permissionless, trustless, and non-custodial manner",
"image": "https://pbs.twimg.com/profile_images/1408059226862194698/3k30XVC9_400x400.jpg",
"icon": "swap_horiz",
"url": "https://www.downloadwebsitetemplates.co.uk/templates/progress/?thorchain"
},
{
"categories": ["Borrowing/Lending"],
"name": "Liquity",
"description": "Interest-free liquidity at your fingertips. Borrow LUSD against ETH at 0% interest",
"image": "https://pbs.twimg.com/profile_images/1247198364707545089/zEgsUkSu_400x400.jpg",
"icon": "attach_money",
"url": "https://www.downloadwebsitetemplates.co.uk/templates/progress/?liquity"
}
],
"defaultApps": [
{
"name": "Catalog",
"icon": "list",
"url": "https://ledger-web-catalog.vercel.app/"
}
]
}