{"id":18417398,"url":"https://github.com/stellar/rs-stellar-strkey","last_synced_at":"2025-10-11T11:32:17.528Z","repository":{"id":37707805,"uuid":"485437160","full_name":"stellar/rs-stellar-strkey","owner":"stellar","description":"Rust lib for encode/decode of Stellar Strkeys.","archived":false,"fork":false,"pushed_at":"2024-09-11T01:29:25.000Z","size":64,"stargazers_count":1,"open_issues_count":4,"forks_count":12,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-12-06T09:51:28.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/stellar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-25T15:54:49.000Z","updated_at":"2024-09-11T01:28:42.000Z","dependencies_parsed_at":"2024-01-09T07:40:46.243Z","dependency_job_id":"ce4a80c4-9c62-4162-acdf-23aa6016216e","html_url":"https://github.com/stellar/rs-stellar-strkey","commit_stats":{"total_commits":40,"total_committers":8,"mean_commits":5.0,"dds":"0.44999999999999996","last_synced_commit":"e6ba45c60c16de28c7522586b80ed0150157df73"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Frs-stellar-strkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Frs-stellar-strkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Frs-stellar-strkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Frs-stellar-strkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellar","download_url":"https://codeload.github.com/stellar/rs-stellar-strkey/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230494917,"owners_count":18235046,"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-06T04:09:15.919Z","updated_at":"2025-10-11T11:32:12.477Z","avatar_url":"https://github.com/stellar.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rs-stellar-strkey\n\nLibrary and CLI containing types and functionality for working with Stellar\nStrkeys.\n\n**This repository contains code that is in early development, incomplete,\nnot tested, and not recommended for use. The API is unstable, experimental,\nand is receiving breaking changes frequently.**\n\n### Usage\n\n#### Library\nTo use the library, include in your toml:\n\n```toml\nstellar-strkey = \"...\"\n```\n\nThis crate does not depend on the `std` crate and can be used in `no_std` environments.\nHowever, please note that it relies on the [`alloc`](https://docs.rust-embedded.org/book/collections/#using-alloc) crate for certain types such as `Vec`.\n\n#### CLI\n\nTo use the CLI:\n\n```console\ncargo install --locked stellar-strkey --version ... --features cli\n```\n\n##### Examples\n\nDecode a `G` account/public-key strkey:\n```console\n$ stellar-strkey decode GAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWHF\nPublicKeyEd25519(PublicKey(0000000000000000000000000000000000000000000000000000000000000000))\n```\n\nDecode a `C` contract strkey:\n```console\n$ stellar-strkey decode CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABSC4\nContract(Contract(0000000000000000000000000000000000000000000000000000000000000000))\n```\n\nLicense: Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Frs-stellar-strkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellar%2Frs-stellar-strkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Frs-stellar-strkey/lists"}