diff --git a/README.md b/README.md index c6b366cec2da..51906b21a3bf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -# @polkadot/apps +# PolkaGate/apps A Portal into the Polkadot and Substrate networks. Provides a view and interaction layer from a browser. -This can be accessed as a hosted application via https://polkadot.js.org/apps/ or you can access the IPFS hosted version via https://polkadot.js.org/apps/ipfs (via hash) or https://dotapps.io (via ipns) to explore any of the supported Polkadot and Substrate chains. - -If you run one or more IPFS node(s), pinning the UI (which only gets updated on releases) will make it faster for you and others. You can find details about that below in the IPFS chapter below. +This can be accessed as a hosted application via https://apps.polkagate.xyz to explore any of the supported Polkadot and Substrate chains. **Important** If you are a chain developer and would like to add support for your chain to the UI, all the local configuration (API types, settings, logos) can be customized in [the apps-config package](packages/apps-config#README.md), complete with instructions of what goes where.