Skip to content
View ss58-registry's full-sized avatar

Block or report ss58-registry

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ss58-registry/README.md

SS58 Registry

GitHub license GitLab Status

A list of known SS58 account types as an enum, typically used by the Polkadot, Kusama or Substrate ecosystems.

These are derived from the json data file in this repository which contains entries like this:

{
	"prefix": 5,                       // unique u16
	"network": "astar",                // unique no spaces
	"displayName": "Astar Network",    //
	"symbols": ["ASTR"],               // symbol for each instance of the Balances pallet (usually one)
	"decimals": [18],                  // decimals for each symbol listed
	"standardAccount": "*25519",       // Sr25519, Ed25519 or secp256k1
	"website": "https://astar.network" // website or code repository of network
},

Process

  1. Fork and clone this repo.

  2. Add an additional account type to ss58-registry.json (contiguous prefixes are better).

  3. Bump the minor (middle) version number of the Cargo.toml by running:

cargo install cargo-bump && cargo bump minor
  1. Run git stage, commit, push and then raise a pull request.

  2. Once the PR has landed, one of the admins can create a new release. This will release the new version to crates.io

Licensing

Apache-2.0

Popular repositories Loading

  1. ss58-registry ss58-registry Public

    Forked from paritytech/ss58-registry

    Registry for SS58 account types

    Rust

  2. viewer viewer Public

    SS58 Registry Viewer

    TypeScript

  3. chain-registry chain-registry Public

    Forked from cosmos/chain-registry

    Python

  4. claude-artifacts-react claude-artifacts-react Public

    JavaScript 1

  5. dns dns Public

    Forked from gear-foundation/dns

    TypeScript 1

  6. simple-counter simple-counter Public

    Forked from varazone/hamster

    I'm a counter :)

    TypeScript