omgnetwork / optimism-v2

ARCHIVE of monorepo implementing Boba, an L2 Compute solution built on Optimistic Ethereum - active repo is at https://github.com/bobanetwork/boba
https://github.com/bobanetwork/boba
MIT License
40 stars 22 forks source link

[STICKY] Gateway Ecosystem HOWTO - adding your Dapp #333

Open ghost opened 2 years ago

ghost commented 2 years ago

These are some Dapps missing from the Ecosystem. I'm not sure what the threshold is for being listed on the tab, but these are released afaik.

Open Ocean: https://openocean.finance/ Autofarm: https://autofarm.network/ cBridge: https://cbridge.celer.network/ PolyNetwork: https://bridge.poly.network/ Witnet: https://witnet.io/ Rabby: https://rabby.io/ Sourcify: https://sourcify.dev/ MathWallet: https://mathwallet.org/en-us/

There are a bunch of others that announced intent, but haven't launched yet - maybe some dead ones already.

image

CAPtheorem commented 2 years ago

If your Dapp would like to be available through the Boba gateway ecosystem page, please do the following:

1/ Open a PR against the develop branch. 2/ In that PR, provide an svg icon 3/ And add your Dapp to project.list.js (packages/boba/gateway/src/containers/ecosystem/project.list.js)

import myNewLogo from '../../images/ecosystem/myNewLogo.svg'
...
  {
    "title": "myDapp",
    "canLaunch": true,
    "link": "https://mydap.com",
    "telegram": "https://t.me/_________",
    "twitter": "https://twitter.com/_________",
    "discord": "https://discord.com/invite/__________",
    "type": "bridge", // or nft | tool | defi | token 
    "image": myNewLogo
  },
jet86 commented 2 years ago

In your PR, please also include a link to a public repo. This will make it easier and faster for the project to be added to the ecosystem page.