-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathlinks.js
311 lines (300 loc) · 9.25 KB
/
links.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
// integration partner images
import LogoDappNode from '../static/img/tools/dappnode_logo.png';
import LogoEnvio from '../static/img/tools/envio_logo.png';
import LogoAPI3 from '../static/img/tools/api3-logo.png';
import LogoDIA from '../static/img/tools/dia_logo.png';
import LogoTransak from '../static/img/tools/transak_logo.png';
import LogoRamp from '../static/img/tools/ramp-network-logo.png';
// dApps images
import UniversalEverythingLogo from '@site/static/img/dapps/universaleverything-io-logo.png';
import UniversalSwapsLogo from '@site/static/img/dapps/universalswaps-logo.png';
import UniversalPageLogo from '@site/static/img/dapps/universalpage-logo.png';
import StakingverseLogo from '@site/static/img/dapps/stakingverse-logo.png';
import CommongroundLogo from '@site/static/img/dapps/common-ground-logo.png';
import DefolioLogo from '@site/static/img/dapps/defolio-logo.png';
import UFeedLogo from '@site/static/img/dapps/ufeed-logo.png';
import UpTurnLogo from '@site/static/img/dapps/upturn-logo-scaled.png';
import LSP8AppLogo from '@site/static/img/dapps/lsp8app-logo.png';
import FamilyLyxLogo from '@site/static/img/dapps/family-lyx-logo.png';
import TxCityLogo from '@site/static/img/dapps/txcity-io-logo.webp';
import TxsAppLogo from '@site/static/img/dapps/txs-app-logo.png';
export const migrateGuides = [
{
text: 'Discover the benefits of LSPs and Universal Profiles',
link: '/learn/benefits-lukso-standards',
},
{
text: 'Integrate Universal Profile in your dApp',
link: '/learn/universal-profile/connect-profile/connect-up',
},
{
text: 'Deploy Universal Profiles with the relayer API',
link: '/tools/apis/relayer-api#1-deploy-universal-profiles',
},
{
text: 'Convert your ERC20 token to the LSP7 standard',
link: '/learn/migrate/migrate-erc20-to-lsp7',
},
{
text: 'Convert your NFT Collection to the LSP8 standard',
link: '/learn/migrate/migrate-erc721-to-lsp8',
},
];
export const universalProfileGuides = [
{
text: "Customize your profile's pictures and infos",
link: '/learn/universal-profile/metadata/edit-profile',
},
{
text: 'Learn how to transfer LYX, tokens or NFTs',
link: '/learn/universal-profile/universal-receiver/create-receiver-forwarder',
},
{
text: 'Perform multiple actions with batch transactions',
link: '/learn/universal-profile/universal-receiver/create-receiver-forwarder',
},
{
text: 'Control your Universal Profile from multiple addresses',
link: '/learn/universal-profile/key-manager/grant-permissions',
},
{
text: 'Configure which assets to allow receiving',
link: '/learn/universal-profile/universal-receiver/create-receiver-forwarder',
},
];
export const digitalAssetsGuides = [
{
text: 'Create a fungible token with the LSP7 standard',
link: '/learn/digital-assets/token/create-lsp7-token',
},
{
text: 'Create an NFT collection using the LSP8 standard',
link: '/learn/digital-assets/nft/create-nft-collection-lsp8',
},
{
text: 'Set the metadata of specific NFTs in a collection',
link: '/learn/digital-assets/nft/set-nft-metadata',
},
{
text: 'Create complex collections of sub-collections',
link: '/learn/digital-assets/nft/create-nft-collection-with-lsp7-tokenId',
},
{
text: 'Transfer tokens and NFTs in batches for airdrops',
link: '/learn/digital-assets/transfer-batch',
},
];
export const networkLinks = [
{
title: 'Add LUKSO Network to your wallet or dApp',
link: '/networks/mainnet/parameters#add-lukso-to-wallets',
showAsCode: false,
description:
'One-click connect to LUKSO Mainnet or Testnet (see the available RPC endpoints).',
},
{
title: 'Block Explorer',
link: '/networks/mainnet/parameters',
showAsCode: false,
description:
'Browse transactions and interact with contracts on Blockscout.',
},
{
title: 'Running a Node',
link: '/networks/mainnet/running-a-node#starting-a-node',
showAsCode: false,
description:
'Run your own node to make the LUKSO Network secure and decentralized.',
},
{
title: 'Become a Validator',
link: '/networks/mainnet/become-a-validator',
showAsCode: false,
description:
'Run your own validator node and start earning rewards. DappNode available!',
},
];
export const toolsLinks = [
{
title: 'Relayer API',
link: '/tools/apis/relayer-api',
showAsCode: false,
description:
'Create Universal Profiles easily and get users to benefit from gas less transactions.',
},
{
title: 'Smart Contracts Packages',
link: '/contracts/introduction',
showAsCode: false,
description:
'The smart contract implementation of the LSP standards in Solidity.',
},
{
title: 'erc725.js',
link: '/tools/dapps/erc725js/getting-started',
showAsCode: true,
description:
'Set and retrieve data easily in Universal Profile and Digital Assets.',
},
{
title: 'lsp-utils.js',
link: '/tools/dapps/lsp-utils/getting-started',
showAsCode: true,
description:
'Easy to use helper functions to interact with smart contracts powered by the LSPs.',
},
{
title: 'eip191-signer.js',
link: '/tools/dapps/eip191-signerjs/getting-started',
showAsCode: true,
description:
'Sign data easily to submit gas-less transactions via execute relay calls.',
},
];
export const integrationPartners = [
{
name: 'DappNode',
image: LogoDappNode,
url: 'https://dappnode.com',
backgroundColor: 'white',
},
{
name: 'Envio',
image: LogoEnvio,
url: 'https://envio.dev',
backgroundColor: 'white',
},
{
name: 'API3',
image: LogoAPI3,
url: 'https://api3.org',
backgroundColor: 'white',
},
{
name: 'DIA',
image: LogoDIA,
url: 'https://www.diadata.org',
backgroundColor: 'white',
},
{
name: 'Transak',
image: LogoTransak,
url: 'https://transak.com',
backgroundColor: 'white',
},
{
name: 'Ramp',
image: LogoRamp,
url: 'https://ramp.network',
backgroundColor: 'white',
},
];
// image placeholder (uncomment to use)
// import ImagePlaceholder from '@site/static/img/image-placeholder.jpeg';
// // template (uncomment to use and add it in the list below)
// {
// description: 'Lorem ipsum dolor sit amet, consectetur adipiscing',
// image: ImagePlaceholder,
// backgroundColor: '#fcfcfc',
// link: 'https://...',
// },
export const dappsSlider = [
// banner 1 ----------------
{
name: 'Universal Everything',
description: 'Explorer and wallet for Universal Profiles.',
image: UniversalEverythingLogo,
backgroundColor: '#fcfcfc',
link: 'https://universaleverything.io/',
},
{
name: 'Universal Swaps',
description: 'Defi made social for swaps and tokens liquidity.',
image: UniversalSwapsLogo,
backgroundColor: '#fddce7',
link: 'https://universalswaps.io/',
},
{
name: 'Universal Page',
description: 'NFT marketplace and staking solution on LUKSO.',
image: UniversalPageLogo,
backgroundColor: '#5049df',
link: 'https://universal.page/',
},
{
name: 'Stakingverse',
description: 'Stake your LYX and start earning staking rewards.',
image: StakingverseLogo,
backgroundColor: '#140e23',
link: 'https://stakingverse.io/',
},
// banner 2 ----------------
{
name: 'Common Ground',
description: 'The social app for all web3 communities.',
image: CommongroundLogo,
backgroundColor: '#404bbb',
link: 'https://app.cg/',
},
{
name: 'DeFolio',
description: 'Universal Profiles management platform.',
image: DefolioLogo,
backgroundColor: '#fcfcfc',
link: 'https://www.de-folio.com/',
},
{
name: 'UFeed',
description: 'Social network and feed on LUKSO',
image: UFeedLogo,
backgroundColor: '#fcfcfc',
link: 'https://ufeed.io/',
},
{
name: 'UP Turn',
description: 'Token generator app for digital assets on LUKSO.',
image: UpTurnLogo,
backgroundColor: 'white',
link: 'https://upturn.live/',
},
// banner 3 ----------------
{
name: 'Family LYX',
description: 'Phygital garments powered by LUKSO standards.',
image: FamilyLyxLogo,
backgroundColor: '#31353A',
link: 'https://www.familylyx.com/',
},
{
name: 'Txs.app',
description: 'User friendly transaction explorer for LUKSO.',
image: TxsAppLogo,
backgroundColor: '#fcfcfc',
link: 'https://txs.app/',
},
{
name: 'TxCity.io',
description: 'LUKSO live Blockchain transaction visualizer.',
image: TxCityLogo,
backgroundColor: '#fcfcfc',
link: 'https://txcity.io/v/eth-lukso',
},
// banner 4 ----------------
// TODO: define if we add some popular NFT collections or not. If yes add these import below at the top of the file
// import ChillwhaleLogo from '@site/static/img/dapps/chillwhale-logo.jpg';
// import CupCoLogo from '@site/static/img/dapps/cupco-logo.webp';
// {
// name: 'Chillwhale',
// description: 'Lorem ipsum dolor sit amet, consectetur adipiscing',
// image: ChillwhaleLogo,
// backgroundColor: '#9F9596',
// link: 'https://chillwhales.com/',
// },
// {
// name: 'CupCo',
// description: 'Lorem ipsum dolor sit amet, consectetur adipiscing',
// image: CupCoLogo,
// backgroundColor: '#262626',
// link: 'https://...',
// },
];