{"id":19358457,"url":"https://github.com/paritytech/ss58-registry","last_synced_at":"2025-05-15T18:06:26.067Z","repository":{"id":37248971,"uuid":"405090625","full_name":"paritytech/ss58-registry","owner":"paritytech","description":"Registry for SS58 account types","archived":false,"fork":false,"pushed_at":"2024-10-07T13:53:47.000Z","size":224,"stargazers_count":57,"open_issues_count":23,"forks_count":153,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-26T20:15:06.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/paritytech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-10T13:29:38.000Z","updated_at":"2025-01-03T15:13:08.000Z","dependencies_parsed_at":"2023-11-28T23:29:20.413Z","dependency_job_id":"5fad8ab7-aa8b-431d-9e31-feb991d75373","html_url":"https://github.com/paritytech/ss58-registry","commit_stats":{"total_commits":165,"total_committers":80,"mean_commits":2.0625,"dds":0.6666666666666667,"last_synced_commit":"178690da5d60f59bf1b25c177b52ea0d9453f793"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fss58-registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fss58-registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fss58-registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paritytech%2Fss58-registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paritytech","download_url":"https://codeload.github.com/paritytech/ss58-registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246408096,"owners_count":20772230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T07:11:51.848Z","updated_at":"2025-03-31T03:01:25.575Z","avatar_url":"https://github.com/paritytech.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SS58 Registry\n\n[![GitHub license](https://img.shields.io/badge/license-Apache2-green)](#LICENSE) [![GitLab Status](https://gitlab.parity.io/parity/ss58-registry/badges/main/pipeline.svg)](https://gitlab.parity.io/parity/ss58-registry/pipelines)\n\nA list of known [SS58](https://docs.substrate.io/reference/address-formats/) account types as an enum, typically used by the Polkadot, Kusama or Substrate ecosystems.\n\nThese are derived from the [json data file](ss58-registry.json) in this repository which contains entries like this:\n\n```js\n{\n\t\"prefix\": 5,                       // unique u16\n\t\"network\": \"astar\",                // unique no spaces\n\t\"displayName\": \"Astar Network\",    //\n\t\"symbols\": [\"ASTR\"],               // symbol for each instance of the Balances pallet (usually one)\n\t\"decimals\": [18],                  // decimals for each symbol listed\n\t\"standardAccount\": \"*25519\",       // Sr25519, Ed25519 or secp256k1\n\t\"website\": \"https://astar.network\" // website or code repository of network\n},\n```\n\n## Process\n\n1. Fork and clone this repo.\n\n2. Add an additional account type to `ss58-registry.json` (contiguous prefixes are better).\n\n3. Bump the minor (middle) version number of the `Cargo.toml` by running:\n```\ncargo install cargo-bump \u0026\u0026 cargo bump minor\n```\n4. Run git stage, commit, push and then raise a pull request.\n\n5. Once the PR has landed, one of the admins can\n[create a new release](https://github.com/paritytech/ss58-registry/releases/new).\nThis will release the new version to [crates.io](https://crates.io/crates/ss58-registry)\n\n## Licensing\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Fss58-registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparitytech%2Fss58-registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitytech%2Fss58-registry/lists"}