Skip to content

Latest commit

 

History

History
 
 

dapp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dapp Information By Cosmostation

How to add dApp Link for mobile wallet

  • Add your dApp information with this file
   {
      "title":"Osmosis",
      "description":"Swap, provide, and earn on the leading decentralized AMM.",
      "logo":"https://raw.githubusercontent.com/cosmostation/chainlist/master/wallet_mobile/dapp/image/osmosis.png",
      "url":"https://app.osmosis.zone",
      "chain":[
         "osmosis"
      ],
      "category":"Defi",
      "tag":[
         "Dex"
      ]
   }
- `title`
  - dApp's title
- `description`
  - A brief summary of the dApp
- `logo`
  - Image route of the dApp
  - Add image in `image` folder
    - Make sure to upload a `png` file
- `url`
  - dApp link
- chain
  - The chain you want to showcase your dApp on
- `tag`
  - dApp tag
- `category`
  - dApp category
</details>