{"id":39171479,"url":"https://github.com/lightsail-network/strledger","last_synced_at":"2026-01-17T22:23:21.611Z","repository":{"id":57471891,"uuid":"398480979","full_name":"lightsail-network/strledger","owner":"lightsail-network","description":"Ledger Hardware Wallet Stellar Python bindings.","archived":false,"fork":false,"pushed_at":"2025-09-01T13:08:36.000Z","size":1525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T01:31:39.816Z","etag":null,"topics":["cli","ledger","stellar"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/strledger/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsail-network.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,"zenodo":null}},"created_at":"2021-08-21T06:07:31.000Z","updated_at":"2025-09-01T13:07:36.000Z","dependencies_parsed_at":"2024-03-15T04:04:12.045Z","dependency_job_id":"28959545-c082-4cb4-bb79-a17630c0c5d4","html_url":"https://github.com/lightsail-network/strledger","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"e373de9bfdbcd5844d064d059c7464fcd9412f67"},"previous_names":["lightsail-network/strledger","overcat/strledger"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/lightsail-network/strledger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsail-network%2Fstrledger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsail-network%2Fstrledger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsail-network%2Fstrledger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsail-network%2Fstrledger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsail-network","download_url":"https://codeload.github.com/lightsail-network/strledger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsail-network%2Fstrledger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28520224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","ledger","stellar"],"created_at":"2026-01-17T22:23:21.145Z","updated_at":"2026-01-17T22:23:21.607Z","avatar_url":"https://github.com/lightsail-network.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strledger - Ledger Hardware Wallet Stellar Python bindings.\n\n![example](https://github.com/lightsail-network/strledger/blob/main/img/example.png)\n\n## Installation\n```shell\npip install -U strledger\n```\n\n## Cli Usage\n```text\nUsage: strledger [OPTIONS] COMMAND [ARGS]...\n\n  Stellar Ledger commands.\n\n  This project is built on the basis of ledgerwallet, you can check\n  ledgerwallet for more features.\n\nOptions:\n  -v, --verbose  Display exchanged APDU.\n  --help         Show this message and exit.\n\nCommands:\n  app-info      Get Stellar app configuration info.\n  get-address   Get Stellar public address.\n  sign-auth     Sign a base64-encoded soroban authorization...\n  sign-hash     Sign a hex encoded hash.\n  sign-message  Sign a base64-encoded message.\n  sign-tx       Sign a base64-encoded transaction envelope.\n  version       Get strledger version info.\n```\n\n## Library Usage\n\n```python\nfrom strledger import StrLedger\n\nclient = StrLedger()\n# Use the Stellar Python SDK to build a transaction, see https://github.com/StellarCN/py-stellar-base\ntransaction_envelope = ...\nclient.sign_transaction(transaction_envelope=transaction_envelope, keypair_index=0)\nprint(f\"signed tx: {transaction_envelope.to_xdr()}\")\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsail-network%2Fstrledger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsail-network%2Fstrledger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsail-network%2Fstrledger/lists"}