Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
radicle-explorer config default.json
{
  "nodes": {
    "fallbackPublicExplorer": "https://radicle.network/nodes/$host/$rid$path",
    "requiredApiVersion": "~0.18.0",
    "defaultHttpdPort": 443,
    "defaultLocalHttpdPort": 8080,
    "defaultHttpdScheme": "https"
  },
  "source": {
    "commitsPerPage": 30
  },
  "supportWebsite": "https://radicle.zulipchat.com",
  "deploymentId": null,
  "preferredSeeds": [
    {
      "hostname": "rosa.radicle.network",
      "port": 443,
      "scheme": "https"
    },
    {
      "hostname": "seed.radicle.dev",
      "port": 443,
      "scheme": "https"
    },
    {
      "hostname": "iris.radicle.network",
      "port": 443,
      "scheme": "https"
    }
  ]
}