Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: Ecosystem Call To Actions #169

Open
thorchain-admin opened this issue Oct 9, 2023 · 0 comments
Open

ADD: Ecosystem Call To Actions #169

thorchain-admin opened this issue Oct 9, 2023 · 0 comments

Comments

@thorchain-admin
Copy link
Member

Background

Lots of ecosystem projects now support various parts of TC; what is required is a single source of truth of ecosystem projects and their level of support, that any dashboard/explorer can link.

Model

A new repo, example:
https://github.com/thorchain/ecosystem/wallets/thorswap.json

{
      "name" : "thorswap",
      "app_url" : "app.thorswap.finance",
      "info_url" : "thorswap.finance",
      "integrations" : {[
        { "chain" : "BTC,
           "assets" : {[
             { "asset" : "BTC",
                "swap_link" : "/swap/BTC.BTC_ETH.ETH?sellAmount=0"
                "earn_link" : "/earn/BTC.BTC"
                "borrow_link" : "/borrow/BTC.BTC_ETH.USDT"
              }]
         }, 
        "chain" : "ETH,
           "assets" : {[
             { "asset" : "ETH",
                "swap_link" : "/swap/ETH.ETH_BTC.BTC?sellAmount=0"
                "earn_link" : "/earn/ETH.ETH"
                "borrow_link" : "/borrow/ETH.ETH_ETH.USDT"
              }]
         }]
}

https://github.com/thorchain/ecosystem/wallets/asgardex.json

{
      "name" : "ASGARDEX",
      "app_url" : "https://github.com/asgardex/asgardex-desktop/releases",
      "info_url" : "https://github.com/asgardex/asgardex-desktop",
      "integrations" : {[
        { "chain" : "BTC,
           "assets" : {[
             { "asset" : "BTC",
                "swap_link" : ""
                "earn_link" : ""
                "borrow_link" : ""
              }]
         }, 
        "chain" : "ETH,
           "assets" : {[
             { "asset" : "ETH",
                "swap_link" : ""
                "earn_link" : ""
                "borrow_link" : ""
              }]
         }]
}

Explorer integrations

Once the ecosystem folder is built out, the explorer can link (note: explorer should not alphabetically sort; it should randomly sort the supporting interfaces)

image

image

Aggregator Link

Finally, a single registration can be made from coinmarketcap/coingecko/defillame etc, and can link to thorchain.net pools page, which will have call to actions to supporting interfaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant