百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
G

go-stellar-sdk

> 编程语言
开源

Stellar 的 Go SDK

1.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Stellar 的 Go SDK

This repository contains the *official Go SDK for Stellar*, maintained by the [Stellar Development Foundation]. It 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. This 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. This repo follows [Go Module Versioning](https://go.dev/doc/modules/version-numbers). ## Usage Run the following command inside your Go project. ``` go get github.com/stellar/go-stellar-sdk@latest ``` ## Package Index | Package | Description | |-----------|-----------| | [Transaction Builder](txnbuild) | Builder for creating Stellar transactions and operations | | [Horizon API Client](clients/horizonclient) | Client for querying and submitting transactions via a Horizon instance | | [RPC API Client](clients/rpcclient) | Client for interacting with a Stellar RPC instance | | [Ingest SDK](ingest) | Library for parsing raw ledger data from Captive Core, a Galexie Data Lake, or RPC | | [xdr](xdr) / [strkey](strkey) | Core network primitives and encoding helpers | | [Processors Library](processors) | Reusable data abstractions and ETL-style processors | ## Relocated The following services have been moved to their own repositories and are no longer built from this SDK: | Service | New Repository | Description | |-----------|-----------|-----------| | Horizon | [stellar-horizon](https://github.com/stellar/stellar-horizon) | Full-featured API server for querying Stellar network data | | Galexie | [stellar-galexie](https://github.com/stellar/stellar-galexie) | Ledger exporter that writes network data to external data stores | | Friendbot | [friendbot](https://github.com/stellar/friendbot) | Stellar's test network native asset faucet | If 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. ## Deprecated Services As 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. | Service | Description | |-----------|-----------| | [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 | | [Keystore](https://github.com/stellar/go-stellar-sdk/tree/stellar-go-2025-10-29_10-56-50/services/keystore) | Encrypted key-management API server | | [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 | ## Contributing Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. ## Go Versions Supported The 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). [Stellar Development Foundation]: https://stellar.org

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Go
  • •blockchain
  • •cryptocurrency
  • •horizon
  • •stellar

> 标签

Goblockchaincryptocurrencyhorizonstellar

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言