Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

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

Open
ghost opened this issue Jan 29, 2022 · 2 comments
Open

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

ghost opened this issue Jan 29, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 29, 2022

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 CAPtheorem changed the title Gateway Missing Ecosystem Dapps Gateway Ecosystem HOWTO - adding your Dapp Jan 29, 2022
@CAPtheorem
Copy link
Contributor

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
Copy link
Contributor

jet86 commented Jan 31, 2022

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.

@CAPtheorem CAPtheorem changed the title Gateway Ecosystem HOWTO - adding your Dapp [STICKY] Gateway Ecosystem HOWTO - adding your Dapp Feb 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants