-
-
Notifications
You must be signed in to change notification settings - Fork 114
/
featured-dapps.js
45 lines (45 loc) · 1.35 KB
/
featured-dapps.js
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
export default [
{
url: 'https://uniswap.exchange/',
name: 'Uniswap Exchange',
shortName: 'Uniswap',
description: 'Uniswap is a protocol for automated token exchange on Ethereum.',
icon: './images/dapps/uniswap.exchange.png'
},
{
url: 'https://opensea.io/',
name: 'OpenSea',
shortName: 'OpenSea',
description: 'The largest marketplace for crypto collectibles. Buy, sell, and discover rare digital items',
icon: './images/dapps/opensea.io.png'
},
{
url: 'https://compound.finance/',
name: 'Compound',
shortName: 'Compound',
description: 'Supply assets to the Compound protocol and earn interest.',
icon: './images/dapps/compound.finance.png'
},
{
url: 'https://oasis.app/',
name: 'MakerDAO CDP',
shortName: 'MakerDAO',
description: 'This is the place to generate DAI! Manage depositing of collateral and generation of DAI.',
icon: './images/dapps/cdp.makerdao.com.png'
},
{
url: 'https://3box.io/',
name: '3Box',
shortName: '3Box',
description:
'Create a social profile for your Ethereum account to start building trust, connection, and community.',
icon: './images/dapps/3box.io.png'
},
{
url: 'https://mainnet.aragon.org/',
name: 'Aragon',
shortName: 'Aragon',
description: 'Aragon lets you freely organize and collaborate without borders or intermediaries.',
icon: './images/dapps/aragon.org.png'
}
];