dapps.js
1 import * as Categories from './categories' 2 3 const Dapps = [ 4 { 5 metadata: { 6 name: 'Airswap', 7 url: 'https://instant.airswap.io/', 8 image: '/images/dapps/airswap.png', 9 description: 'Meet the future of trading', 10 category: Categories.EXCHANGES, 11 dateAdded: '2019-05-05', 12 categoryPosition: 13, 13 }, 14 rate: 45, 15 }, 16 { 17 metadata: { 18 name: 'Bancor', 19 url: 'https://www.bancor.network/', 20 image: '/images/dapps/bancor.png', 21 description: 'Bancor is a decentralized liquidity network', 22 category: Categories.EXCHANGES, 23 dateAdded: '2019-03-05', 24 categoryPosition: 12, 25 }, 26 rate: 345, 27 }, 28 { 29 metadata: { 30 name: 'Kyber', 31 url: 'https://web3.kyber.network', 32 description: 33 'On-chain, instant and liquid platform for exchange and payment', 34 image: '/images/dapps/kyber.png', 35 category: Categories.EXCHANGES, 36 dateAdded: '2019-04-05', 37 categoryPosition: 11, 38 }, 39 rate: 2345, 40 }, 41 { 42 metadata: { 43 name: 'Uniswap', 44 url: 'https://uniswap.exchange/', 45 description: 46 'Seamlessly exchange ERC20 tokens, or use a formalized model to pool liquidity reserves', 47 image: '/images/dapps/uniswap.png', 48 category: Categories.EXCHANGES, 49 dateAdded: '2019-04-23', 50 categoryPosition: 10, 51 }, 52 rate: 12345, 53 }, 54 { 55 metadata: { 56 name: 'DAI by MakerDao', 57 url: 'https://dai.makerdao.com', 58 description: 'Stability for the blockchain', 59 image: '/images/dapps/dai.png', 60 category: Categories.EXCHANGES, 61 dateAdded: '2019-04-05', 62 categoryPosition: 9, 63 }, 64 rate: 22345, 65 }, 66 { 67 metadata: { 68 name: 'Augur', 69 url: 'https://augur.net', 70 description: 71 'A prediction market protocol owned and operated by the people that use it', 72 image: '/images/dapps/augur.svg', 73 category: Categories.EXCHANGES, 74 dateAdded: '2019-04-11', 75 categoryPosition: 8, 76 }, 77 rate: 32345, 78 }, 79 { 80 metadata: { 81 name: 'LocalEthereum', 82 url: 'https://localethereum.com/', 83 description: 'The smartest way to buy and sell Ether', 84 image: '/images/dapps/local-ethereum.png', 85 category: Categories.EXCHANGES, 86 dateAdded: '2019-04-05', 87 categoryPosition: 7, 88 }, 89 rate: 42345, 90 }, 91 { 92 metadata: { 93 name: 'Eth2phone', 94 url: 'https://eth2.io', 95 description: 'Send Ether by phone number', 96 image: '/images/dapps/eth2phone.png', 97 category: Categories.EXCHANGES, 98 dateAdded: '2019-04-05', 99 categoryPosition: 6, 100 }, 101 rate: 52345, 102 }, 103 { 104 metadata: { 105 name: 'DDEX', 106 url: 'https://ddex.io/', 107 description: 108 'Instant, real-time order matching with secure on-chain settlement', 109 image: '/images/dapps/ddex.png', 110 category: Categories.EXCHANGES, 111 dateAdded: '2019-04-05', 112 categoryPosition: 5, 113 }, 114 rate: 62345, 115 }, 116 { 117 metadata: { 118 name: 'Nuo', 119 url: 'https://app.nuo.network/lend/', 120 description: 121 'The non-custodial way to lend, borrow or margin trade cryptocurrency', 122 image: '/images/dapps/nuo.png', 123 category: Categories.EXCHANGES, 124 dateAdded: '2019-04-05', 125 categoryPosition: 4, 126 }, 127 rate: 72345, 128 }, 129 { 130 metadata: { 131 name: 'EasyTrade', 132 url: 'https://easytrade.io', 133 description: 'One exchange for every token', 134 image: '/images/dapps/easytrade.png', 135 category: Categories.EXCHANGES, 136 dateAdded: '2019-04-05', 137 categoryPosition: 3, 138 }, 139 rate: 82345, 140 }, 141 { 142 metadata: { 143 name: 'slow.trade', 144 url: 'https://slow.trade/', 145 description: 146 'Trade fairly priced crypto assets on the first platform built with the DutchX protocol', 147 image: '/images/dapps/slowtrade.png', 148 category: Categories.EXCHANGES, 149 dateAdded: '2019-04-05', 150 categoryPosition: 2, 151 }, 152 rate: 92345, 153 }, 154 { 155 metadata: { 156 name: 'Expo Trading', 157 url: 'https://expotrading.com/trade/', 158 description: 'The simplest way to margin trade cryptocurrency', 159 image: '/images/dapps/expotrading.png', 160 category: Categories.EXCHANGES, 161 dateAdded: '2019-04-11', 162 categoryPosition: 1, 163 }, 164 rate: 102345, 165 }, 166 { 167 metadata: { 168 name: 'Bidali', 169 url: 'https://commerce.bidali.com/dapp', 170 description: 'Buy from top brands with crypto', 171 image: '/images/dapps/bidali.png', 172 category: Categories.MARKETPLACES, 173 dateAdded: '2019-05-01', 174 }, 175 rate: 10246, 176 }, 177 { 178 metadata: { 179 name: 'blockimmo', 180 url: 'https://blockimmo.ch', 181 description: 182 'blockimmo is a blockchain powered, regulated platform enabling shared property investments and ownership', 183 image: '/images/dapps/blockimmo.png', 184 category: Categories.MARKETPLACES, 185 dateAdded: '2019-04-05', 186 categoryPosition: 2, 187 }, 188 rate: 12345, 189 }, 190 { 191 metadata: { 192 name: 'CryptoCribs', 193 url: 'https://cryptocribs.com', 194 description: 'Travel the globe. Pay in crypto', 195 image: '/images/dapps/cryptocribs.png', 196 category: Categories.MARKETPLACES, 197 dateAdded: '2019-04-05', 198 categoryPosition: 2, 199 }, 200 rate: 12345, 201 }, 202 { 203 metadata: { 204 name: 'Ethlance', 205 url: 'https://ethlance.com', 206 description: 207 'The future of work is now. Hire people or work yourself in return for ETH', 208 image: '/images/dapps/ethlance.png', 209 category: Categories.MARKETPLACES, 210 dateAdded: '2019-04-05', 211 categoryPosition: 2, 212 }, 213 rate: 12345, 214 }, 215 { 216 metadata: { 217 name: 'OpenSea', 218 url: 'https://opensea.io', 219 description: 'The largest decentralized marketplace for cryptogoods', 220 image: '/images/dapps/opensea.png', 221 category: Categories.MARKETPLACES, 222 dateAdded: '2019-04-05', 223 categoryPosition: 2, 224 }, 225 rate: 12345, 226 }, 227 { 228 metadata: { 229 name: 'KnownOrigin', 230 url: 'https://dapp.knownorigin.io/gallery', 231 description: 'Discover, buy and collect digital artwork', 232 image: '/images/dapps/knownorigin.png', 233 category: Categories.MARKETPLACES, 234 dateAdded: '2019-04-11', 235 categoryPosition: 2, 236 }, 237 rate: 12345, 238 }, 239 { 240 metadata: { 241 name: 'dBay', 242 url: 'https://dbay.ai', 243 description: 'Buy from all your favorite DApps in one place', 244 image: '/images/dapps/dBay.png', 245 category: Categories.MARKETPLACES, 246 dateAdded: '2019-04-23', 247 categoryPosition: 2, 248 }, 249 rate: 12345, 250 }, 251 { 252 metadata: { 253 name: 'Name Bazaar', 254 url: 'https://namebazaar.io', 255 description: 'ENS name marketplace', 256 image: '/images/dapps/name-bazaar.png', 257 category: Categories.MARKETPLACES, 258 dateAdded: '2019-04-05', 259 categoryPosition: 2, 260 }, 261 rate: 12345, 262 }, 263 { 264 metadata: { 265 name: 'The Bounties Network', 266 url: 'https://bounties.network/', 267 description: 'Bounties on any task, paid in any token', 268 image: '/images/dapps/bounties-network.png', 269 category: Categories.MARKETPLACES, 270 dateAdded: '2019-04-05', 271 categoryPosition: 2, 272 }, 273 rate: 12345, 274 }, 275 { 276 metadata: { 277 name: 'Emoon', 278 url: 'https://www.emoon.io/', 279 description: 280 'A decentralized marketplace for buying & selling crypto assets', 281 image: '/images/dapps/emoon.png', 282 category: Categories.MARKETPLACES, 283 dateAdded: '2019-04-05', 284 categoryPosition: 2, 285 }, 286 rate: 12345, 287 }, 288 { 289 metadata: { 290 name: 'Astro Ledger', 291 url: 'https://www.astroledger.org/#/onSale', 292 description: 'Funding space grants with blockchain star naming', 293 image: '/images/dapps/astroledger.svg', 294 category: Categories.MARKETPLACES, 295 dateAdded: '2019-04-11', 296 categoryPosition: 2, 297 }, 298 rate: 12345, 299 }, 300 { 301 metadata: { 302 name: 'SuperRare', 303 url: 'https://superrare.co/market', 304 description: 305 'Buy, sell and collect unique digital creations by artists around the world', 306 image: '/images/dapps/superrare.png', 307 category: Categories.MARKETPLACES, 308 dateAdded: '2019-04-05', 309 categoryPosition: 2, 310 }, 311 rate: 12345, 312 }, 313 { 314 metadata: { 315 name: 'CryptoCare', 316 url: 'https://cryptocare.tech', 317 description: 318 'Give your Ether some heart! Collectibles that make the world a better place', 319 image: '/images/dapps/cryptocare.jpg', 320 category: Categories.COLLECTIBLES, 321 dateAdded: '2019-04-11', 322 categoryPosition: 2, 323 }, 324 rate: 12345, 325 }, 326 { 327 metadata: { 328 name: 'CryptoKitties', 329 url: 'https://www.cryptokitties.co', 330 description: 'Collect and breed adorable digital cats', 331 image: '/images/dapps/cryptokitties.png', 332 category: Categories.COLLECTIBLES, 333 dateAdded: '2019-04-05', 334 categoryPosition: 2, 335 }, 336 rate: 12345, 337 }, 338 { 339 metadata: { 340 name: 'Cryptographics', 341 url: 'https://cryptographics.app/', 342 description: 343 'A digital art hub for creation, trading, and collecting unique items', 344 image: '/images/dapps/cryptographics.png', 345 category: Categories.COLLECTIBLES, 346 dateAdded: '2019-04-05', 347 categoryPosition: 2, 348 }, 349 rate: 12345, 350 }, 351 { 352 metadata: { 353 name: 'CryptoPunks', 354 url: 'https://www.larvalabs.com/cryptopunks', 355 description: '10,000 unique collectible punks', 356 image: '/images/dapps/cryptopunks.png', 357 category: Categories.COLLECTIBLES, 358 dateAdded: '2019-04-05', 359 categoryPosition: 2, 360 }, 361 rate: 12345, 362 }, 363 { 364 metadata: { 365 name: 'Crypto Takeovers', 366 url: 'https://cryptotakeovers.com/', 367 description: 'Predict and conquer the world. Make a crypto fortune', 368 image: '/images/dapps/cryptotakeovers.png', 369 category: Categories.GAMES, 370 dateAdded: '2019-04-05', 371 categoryPosition: 2, 372 }, 373 rate: 12345, 374 }, 375 { 376 metadata: { 377 name: 'CryptoFighters', 378 url: 'https://cryptofighters.io', 379 description: 'Collect train and fight digital fighters', 380 image: '/images/dapps/cryptofighters.png', 381 category: Categories.GAMES, 382 dateAdded: '2019-04-11', 383 categoryPosition: 2, 384 }, 385 rate: 12345, 386 }, 387 { 388 metadata: { 389 name: 'Decentraland', 390 url: 'https://market.decentraland.org/', 391 description: 392 'A virtual reality platform powered by the Ethereum blockchain', 393 image: '/images/dapps/decentraland.png', 394 category: Categories.GAMES, 395 dateAdded: '2019-04-05', 396 categoryPosition: 2, 397 }, 398 rate: 12345, 399 }, 400 { 401 metadata: { 402 name: 'Dragonereum', 403 url: 'https://dapp.dragonereum.io', 404 description: 'Own and trade dragons, fight with other players', 405 image: '/images/dapps/dragonereum.png', 406 category: Categories.GAMES, 407 dateAdded: '2019-04-05', 408 categoryPosition: 2, 409 }, 410 rate: 12345, 411 }, 412 { 413 metadata: { 414 name: 'Etherbots', 415 url: 'https://etherbots.io/', 416 description: 'Robot wars on Ethereum', 417 image: '/images/dapps/etherbots.png', 418 category: Categories.GAMES, 419 dateAdded: '2019-04-05', 420 categoryPosition: 2, 421 }, 422 rate: 12345, 423 }, 424 { 425 metadata: { 426 name: 'Etheremon', 427 url: 'https://www.etheremon.com/', 428 description: 'Decentralized World of Ether Monsters', 429 image: '/images/dapps/etheremon.png', 430 category: Categories.GAMES, 431 dateAdded: '2019-04-05', 432 categoryPosition: 2, 433 }, 434 rate: 12345, 435 }, 436 { 437 metadata: { 438 name: 'CryptoStrikers', 439 url: 'https://www.cryptostrikers.com/', 440 description: 'The Beautiful (card) Game', 441 image: '/images/dapps/cryptostrikers.png', 442 category: Categories.GAMES, 443 dateAdded: '2019-04-05', 444 categoryPosition: 2, 445 }, 446 rate: 12345, 447 }, 448 // { 449 // metadata: { 450 // name: 'FairHouse', 451 // url: 'https://fairhouse.io', 452 // description: 'Fair and transparent entertainment games.', 453 // image: '/images/dapps/fairhouse.png', 454 // category: Categories.GAMES, 455 // dateAdded: '2019-04-11', 456 // categoryPosition: 2, 457 // }, 458 // rate: 12345, 459 // }, 460 { 461 metadata: { 462 name: 'Cent', 463 url: 'https://beta.cent.co/', 464 description: 'Get wisdom, get money', 465 image: '/images/dapps/cent.png', 466 category: Categories.SOCIAL_NETWORKS, 467 dateAdded: '2019-04-05', 468 categoryPosition: 2, 469 }, 470 rate: 12345, 471 }, 472 { 473 metadata: { 474 name: 'Kickback', 475 url: 'https://kickback.events/', 476 description: 477 'Event no shows? No problem. Kickback asks event attendees to put skin in the game with Ethereum', 478 image: '/images/dapps/kickback.png', 479 category: Categories.SOCIAL_NETWORKS, 480 dateAdded: '2019-04-05', 481 categoryPosition: 2, 482 }, 483 rate: 12345, 484 }, 485 { 486 metadata: { 487 name: 'Peepeth', 488 url: 'https://peepeth.com/', 489 description: 'Blockchain-powered microblogging', 490 image: '/images/dapps/peepeth.png', 491 category: Categories.SOCIAL_NETWORKS, 492 dateAdded: '2019-04-05', 493 categoryPosition: 2, 494 }, 495 rate: 12345, 496 }, 497 { 498 metadata: { 499 name: 'livepeer.tv', 500 url: 'http://livepeer.tv/', 501 description: 'Decentralized video broadcasting', 502 image: '/images/dapps/livepeer.png', 503 category: Categories.OTHER, 504 dateAdded: '2019-04-05', 505 categoryPosition: 2, 506 }, 507 rate: 12345, 508 }, 509 { 510 metadata: { 511 name: 'Aragon', 512 url: 'https://mainnet.aragon.org/', 513 description: 'Build unstoppable organizations on Ethereum', 514 image: '/images/dapps/aragon.png', 515 category: Categories.UTILITIES, 516 dateAdded: '2019-04-05', 517 categoryPosition: 2, 518 }, 519 rate: 12345, 520 }, 521 { 522 metadata: { 523 name: 'Compound Finance', 524 url: 'https://app.compound.finance/', 525 description: 526 'An open-source protocol for algorithmic, efficient Money Markets on Ethereum', 527 image: '/images/dapps/compoundfinance.png', 528 category: Categories.UTILITIES, 529 dateAdded: '2019-04-11', 530 categoryPosition: 2, 531 }, 532 rate: 12345, 533 }, 534 { 535 metadata: { 536 name: 'InstaDApp', 537 url: 'https://instadapp.io/', 538 description: 'Decentralized Banking', 539 image: '/images/dapps/instadapp.jpg', 540 category: Categories.UTILITIES, 541 dateAdded: '2019-04-11', 542 categoryPosition: 2, 543 }, 544 rate: 12345, 545 }, 546 { 547 metadata: { 548 name: 'Livepeer', 549 url: 'https://explorer.livepeer.org/', 550 description: 'Decentralized video broadcasting', 551 image: '/images/dapps/livepeer.png', 552 category: Categories.UTILITIES, 553 dateAdded: '2019-04-11', 554 categoryPosition: 2, 555 }, 556 rate: 12345, 557 }, 558 { 559 metadata: { 560 name: 'ETHLend', 561 url: 'https://app.ethlend.io', 562 description: 'Decentralized lending on Ethereum', 563 image: '/images/dapps/ethlend.png', 564 category: Categories.UTILITIES, 565 dateAdded: '2019-04-05', 566 categoryPosition: 2, 567 }, 568 rate: 12345, 569 }, 570 { 571 metadata: { 572 name: 'Civitas', 573 url: 'https://communities.colu.com/', 574 description: 'Blockchain-powered local communities', 575 image: '/images/dapps/civitas.png', 576 category: Categories.UTILITIES, 577 dateAdded: '2019-04-11', 578 categoryPosition: 2, 579 }, 580 rate: 12345, 581 }, 582 { 583 metadata: { 584 name: '3Box', 585 url: 'https://3box.io/', 586 description: 'Create and manage your Ethereum Profile', 587 image: '/images/dapps/3Box.png', 588 category: Categories.UTILITIES, 589 dateAdded: '2019-04-11', 590 categoryPosition: 2, 591 }, 592 rate: 12345, 593 }, 594 { 595 metadata: { 596 name: 'Hexel', 597 url: 'https://www.onhexel.com/', 598 description: 'Create your own cryptocurrency', 599 image: '/images/dapps/hexel.png', 600 category: Categories.UTILITIES, 601 dateAdded: '2019-04-11', 602 categoryPosition: 2, 603 }, 604 rate: 12345, 605 }, 606 { 607 metadata: { 608 name: 'Smartz', 609 url: 'https://smartz.io', 610 description: 'Easy smart contract management', 611 image: '/images/dapps/smartz.png', 612 category: Categories.UTILITIES, 613 dateAdded: '2019-04-05', 614 categoryPosition: 2, 615 }, 616 rate: 12345, 617 }, 618 { 619 metadata: { 620 name: 'SNT Voting DApp', 621 url: 'https://vote.status.im', 622 description: 623 'Let your SNT be heard! Vote on decisions exclusive to SNT holders, or create a poll of your own.', 624 image: '/images/dapps/snt-voting.png', 625 category: Categories.UTILITIES, 626 dateAdded: '2019-04-05', 627 categoryPosition: 2, 628 }, 629 rate: 12345, 630 }, 631 ] 632 633 export default Dapps