Edit this page

Adding DApps

During the Alpha we are accepting example DApps as default contacts, to add your DApp to Status, you need to ensure it works on testnet (Ropsten) and submit a single commit pull request to status-react with the following:

(def contacts
  {:auction-house (js/require "./images/contacts/auction-house.png")
   :my-dapp (js/require "./images/contacts/my-dapp.png")})
[
    ...,

    "my-dapp": {
        "name":
        {
            "en": "My DApp"
        },
        "photo-path": "contacts://my-dapp",
        "dapp?": true,
        "dapp-url":
        {
            "en": "http://link-to-your-dapp.com"
        }
    }
]