{"id":33900743,"url":"https://github.com/stellar/go-stellar-sdk","last_synced_at":"2026-04-02T22:00:58.576Z","repository":{"id":37548531,"uuid":"64954128","full_name":"stellar/go-stellar-sdk","owner":"stellar","description":"Stellar's Go SDK","archived":false,"fork":false,"pushed_at":"2026-03-31T22:27:44.000Z","size":84589,"stargazers_count":1378,"open_issues_count":71,"forks_count":546,"subscribers_count":79,"default_branch":"main","last_synced_at":"2026-04-01T00:45:27.490Z","etag":null,"topics":["blockchain","cryptocurrency","horizon","stellar"],"latest_commit_sha":null,"homepage":"https://stellar.org/developers","language":"Go","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":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/app/main.go","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-08-04T17:27:50.000Z","updated_at":"2026-03-28T12:14:38.000Z","dependencies_parsed_at":"2023-11-20T05:27:01.081Z","dependency_job_id":null,"html_url":"https://github.com/stellar/go-stellar-sdk","commit_stats":{"total_commits":3555,"total_committers":149,"mean_commits":"23.859060402684563","dds":0.790154711673699,"last_synced_commit":"34b0e4cb895016ac472f3ad0896bd9bcf42047ed"},"previous_names":["stellar/go-stellar-sdk"],"tags_count":244,"template":false,"template_full_name":null,"purl":"pkg:github/stellar/go-stellar-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fgo-stellar-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fgo-stellar-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fgo-stellar-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fgo-stellar-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stellar","download_url":"https://codeload.github.com/stellar/go-stellar-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stellar%2Fgo-stellar-sdk/sbom","scorecard":{"id":851002,"data":{"date":"2025-08-11","repo":{"name":"github.com/stellar/go","commit":"59f047ad46208a7a2e7d82a97fbc78d02a17db7b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Code-Review","score":9,"reason":"Found 25/27 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/galexie-release.yml:1","Warn: no topLevel permission defined: .github/workflows/galexie.yml:1","Warn: no topLevel permission defined: .github/workflows/go.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/golangci-lint.yml:9","Info: topLevel 'pull-requests' permission set to 'read': .github/workflows/golangci-lint.yml:11","Warn: no topLevel permission defined: .github/workflows/horizon-release.yml:1","Warn: no topLevel permission defined: .github/workflows/horizon.yml:1","Warn: no topLevel permission defined: .github/workflows/update-completed-sprint-on-issue-closed.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/galexie-release.yml:9"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/stellar/.github/SECURITY.md:1","Info: Found linked content: github.com/stellar/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/stellar/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact horizon-v23.0.0 not signed: https://api.github.com/repos/stellar/go/releases/240009875","Warn: release artifact horizon-v23.0.0-rc2 not signed: https://api.github.com/repos/stellar/go/releases/232825569","Warn: release artifact horizon-v23.0.0 does not have provenance: https://api.github.com/repos/stellar/go/releases/240009875","Warn: release artifact horizon-v23.0.0-rc2 does not have provenance: https://api.github.com/repos/stellar/go/releases/232825569"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/galexie-release.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/galexie-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/galexie.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/galexie.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:44: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go.yml:94: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/go.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/golangci-lint.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/golangci-lint.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/golangci-lint.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/horizon-release.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/horizon-release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/horizon.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/horizon.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/horizon.yml:108: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/horizon.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/horizon.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/horizon.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/horizon.yml:131: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/horizon.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-completed-sprint-on-issue-closed.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/update-completed-sprint-on-issue-closed.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/update-completed-sprint-on-issue-closed.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/stellar/go/update-completed-sprint-on-issue-closed.yml/master?enable=pin","Warn: containerImage not pinned by hash: exp/services/recoverysigner/docker/Dockerfile:1","Warn: containerImage not pinned by hash: exp/services/recoverysigner/docker/Dockerfile:8: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: exp/services/webauth/docker/Dockerfile:1","Warn: containerImage not pinned by hash: exp/services/webauth/docker/Dockerfile:8: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/friendbot/docker/Dockerfile:1","Warn: containerImage not pinned by hash: services/friendbot/docker/Dockerfile:7: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/galexie/docker/Dockerfile:1","Warn: containerImage not pinned by hash: services/galexie/docker/Dockerfile:15: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/horizon/docker/Dockerfile:2: pin your Docker image by updating ubuntu:focal to ubuntu:focal@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: services/horizon/docker/Dockerfile.core-testing:2: pin your Docker image by updating ubuntu:focal to ubuntu:focal@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: services/horizon/docker/Dockerfile.dev:1","Warn: containerImage not pinned by hash: services/horizon/docker/Dockerfile.dev:11: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/horizon/docker/Dockerfile.stable:2: pin your Docker image by updating ubuntu:focal to ubuntu:focal@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214","Warn: containerImage not pinned by hash: services/horizon/docker/verify-range/Dockerfile:1: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/horizon/internal/scripts/check_release_hash/Dockerfile:3","Warn: containerImage not pinned by hash: services/keystore/docker/Dockerfile:1","Warn: containerImage not pinned by hash: services/keystore/docker/Dockerfile:8: pin your Docker image by updating ubuntu:18.04 to ubuntu:18.04@sha256:152dc042452c496007f07ca9127571cb9c29697f42acbfad72324b2bb2e43c98","Warn: containerImage not pinned by hash: services/regulated-assets-approval-server/docker/Dockerfile:1","Warn: containerImage not pinned by hash: services/regulated-assets-approval-server/docker/Dockerfile:8: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/ticker/docker/Dockerfile:1","Warn: containerImage not pinned by hash: services/ticker/docker/Dockerfile:8: pin your Docker image by updating ubuntu:22.04 to ubuntu:22.04@sha256:1aa979d85661c488ce030ac292876cf6ed04535d3a237e49f61542d8e5de5ae0","Warn: containerImage not pinned by hash: services/ticker/docker/Dockerfile-dev:1","Warn: goCommand not pinned by hash: services/galexie/docker/Dockerfile:13","Warn: goCommand not pinned by hash: services/horizon/docker/Dockerfile.dev:9","Info:   0 out of  15 GitHub-owned GitHubAction dependencies pinned","Info:   3 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of  22 containerImage dependencies pinned","Info:   0 out of   2 goCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Vulnerabilities","score":0,"reason":"13 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2022-0635","Warn: Project is vulnerable to: GO-2022-0646","Warn: Project is vulnerable to: GO-2025-3829 / GHSA-4vq8-7jfc-9cvp","Warn: Project is vulnerable to: GO-2025-3770","Warn: Project is vulnerable to: GO-2025-3553 / GHSA-mh63-6h87-95cp","Warn: Project is vulnerable to: GO-2025-3487 / GHSA-hcg3-q754-cr77","Warn: Project is vulnerable to: GO-2024-3333","Warn: Project is vulnerable to: GO-2025-3503 / GHSA-qxp5-gwg8-xv66","Warn: Project is vulnerable to: GO-2025-3595 / GHSA-vvgc-356p-c3xw","Warn: Project is vulnerable to: GO-2025-3488 / GHSA-6v2p-p543-phr9","Warn: Project is vulnerable to: GO-2024-2631 / GHSA-c5q2-7r4c-mv6g","Warn: Project is vulnerable to: RUSTSEC-2024-0388","Warn: Project is vulnerable to: RUSTSEC-2024-0436"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'release-horizon-v22.0.3'","Warn: branch protection not enabled for branch 'release-horizon-v22.0.2'","Warn: branch protection not enabled for branch 'release-galexie-v1.0.0'","Warn: branch protection not enabled for branch 'release-horizon-v2.32.0'","Warn: branch protection not enabled for branch 'release-horizon-v2.31.0'","Warn: branch protection not enabled for branch 'release-horizon-v2.29.0'","Warn: branch protection not enabled for branch 'release-horizon-v2.28.3'","Warn: branch protection not enabled for branch 'release-horizon-v2.28.2'","Warn: branch protection not enabled for branch 'release-horizon-v2.28.1'","Warn: branch protection not enabled for branch 'release-horizon-v2.28.0'","Warn: branch protection not enabled for branch 'release-horizon-v2.27.0'","Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Info: 'branch protection settings apply to administrators' is required to merge on branch 'master'","Warn: 'stale review dismissal' is disabled on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Warn: 'last push approval' is disabled on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 7 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-23T22:32:47.098Z","repository_id":37548531,"created_at":"2025-08-23T22:32:47.098Z","updated_at":"2025-08-23T22:32:47.098Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31317831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T21:35:00.834Z","status":"ssl_error","status_checked_at":"2026-04-02T21:34:59.806Z","response_time":89,"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":["blockchain","cryptocurrency","horizon","stellar"],"created_at":"2025-12-11T23:10:09.693Z","updated_at":"2026-04-02T22:00:58.563Z","avatar_url":"https://github.com/stellar.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://stellar.org\"\u003e\u003cimg alt=\"Stellar\" src=\"https://github.com/stellar/.github/raw/master/stellar-logo.png\" width=\"558\" /\u003e\u003c/a\u003e\n\u003cbr/\u003e\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n \n\u003ca href=\"https://github.com/stellar/go-stellar-sdk/actions/workflows/go.yml?query=branch%3Amaster+event%3Apush\"\u003e![master GitHub workflow](https://github.com/stellar/go-stellar-sdk/actions/workflows/go.yml/badge.svg)\u003c/a\u003e\n\u003ca href=\"https://godoc.org/github.com/stellar/go-stellar-sdk\"\u003e\u003cimg alt=\"GoDoc\" src=\"https://godoc.org/github.com/stellar/go-stellar-sdk?status.svg\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://goreportcard.com/report/github.com/stellar/go-stellar-sdk\"\u003e\u003cimg alt=\"Go Report Card\" src=\"https://goreportcard.com/badge/github.com/stellar/go-stellar-sdk\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains the *official Go SDK for Stellar*, maintained by the [Stellar Development Foundation].\n\nIt provides all the tools developers need to build applications that integrate with the Stellar network, including APIs for Horizon and Stellar RPC, as well as foundational utilities and ingestion libraries for working with raw ledger data.\n\nThis repo previously served as the [Go Monorepo](https://github.com/stellar/go) for all SDF Go projects. As of October 2025, it has been refactored to focus exclusively on developer-facing SDK packages. Services that are still maintained have been moved to their own dedicated repositories.\n\nThis repo follows [Go Module Versioning](https://go.dev/doc/modules/version-numbers).\n\n## Usage\n\nRun the following command inside your Go project.\n\n```\ngo get github.com/stellar/go-stellar-sdk@latest\n```\n\n## Package Index\n\n| Package | Description |\n|-----------|-----------|\n| [Transaction Builder](txnbuild) | Builder for creating Stellar transactions and operations |\n| [Horizon API Client](clients/horizonclient) | Client for querying and submitting transactions via a Horizon instance |\n| [RPC API Client](clients/rpcclient) | Client for interacting with a Stellar RPC instance |\n| [Ingest SDK](ingest) | Library for parsing raw ledger data from Captive Core, a Galexie Data Lake, or RPC |\n| [xdr](xdr) / [strkey](strkey) | Core network primitives and encoding helpers |\n| [Processors Library](processors) | Reusable data abstractions and ETL-style processors |\n\n## Relocated\n\nThe following services have been moved to their own repositories and are no longer built from this SDK:\n\n| Service | New Repository | Description |\n|-----------|-----------|-----------|\n| Horizon | [stellar-horizon](https://github.com/stellar/stellar-horizon) | Full-featured API server for querying Stellar network data |\n| Galexie | [stellar-galexie](https://github.com/stellar/stellar-galexie) | Ledger exporter that writes network data to external data stores |\n| Friendbot | [friendbot](https://github.com/stellar/friendbot) | Stellar's test network native asset faucet |\n\nIf you build or deploy these services from source, please use their new repositories. Pre-built Debian packages and Docker images continue to be distributed through the same channels.\n\n## Deprecated Services\n\nAs of tag [**stellar-go-2025-10-29_10-56-50**](https://github.com/stellar/go-stellar-sdk/releases/tag/stellar-go-2025-10-29_10-56-50), several legacy services have been deprecated and removed. They remain available in Git history for archival or fork purposes.\n\n| Service | Description |\n|-----------|-----------|\n| [Ticker](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/ticker) | API server providing asset and market statistics |\n| [Keystore](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/keystore) | Encrypted key-management API server |\n| [Federation Server](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/federation) | Address-lookup service for anchors and financial institutions | \n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more details.\n\n## Go Versions Supported\n\nThe packages in this repository are tested against the two most recent major versions of Go, because only [the two most recent major versions of Go receive security updates](https://go.dev/doc/security/policy).\n\n[Stellar Development Foundation]: https://stellar.org\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fgo-stellar-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellar%2Fgo-stellar-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellar%2Fgo-stellar-sdk/lists"}