standards
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseStandards, Ecosystem, and Resources
标准、生态系统与资源
Three things bundled because they're all reference material you reach for in the same moment: "which standard handles X?", "is there an existing project doing Y?", and "where's the canonical doc for Z?".
将这三类内容整合在一起,因为它们都是你在同一场景下会用到的参考资料:“哪个标准适用于X?”“有没有已有的项目在做Y?”“Z的权威文档在哪里?”。
When to use this skill
何时使用本指南
- Picking the right SEP for an integration (anchors, deposits, federation, deep links, KYC, paths)
- Checking CAP status for a protocol feature you want to rely on
- Finding existing DeFi protocols, wallets, or infrastructure to integrate with rather than rebuild
- Locating official docs, SDKs, or community resources
- 为集成选择合适的SEP(锚点、存提币、联盟、深度链接、KYC、路径)
- 查看你依赖的协议功能的CAP状态
- 寻找已有的DeFi协议、钱包或基础设施进行集成,而非重新开发
- 定位官方文档、SDK或社区资源
Related skills
相关技能
- Implementing a SEP-41 token interface → ,
../assets/SKILL.md../soroban/SKILL.md - Frontend SEP-7 / SEP-10 flows →
../dapp/SKILL.md - CAPs for cryptography (BLS, BN254, Poseidon) →
../zk-proofs/SKILL.md - x402/MPP protocol context →
../agentic-payments/SKILL.md
- 实现SEP-41代币接口 → ,
../assets/SKILL.md../soroban/SKILL.md - 前端SEP-7 / SEP-10流程 →
../dapp/SKILL.md - 密码学相关CAP(BLS、BN254、Poseidon) →
../zk-proofs/SKILL.md - x402/MPP协议背景 →
../agentic-payments/SKILL.md
Part 1: SEP / CAP Standards Reference
第一部分:SEP / CAP标准参考
When to use this guide
何时使用本指南
Use this when you need:
- The right SEP/CAP for a feature or integration
- Interoperability guidance for wallets, anchors, and contracts
- A fast map from use case to official standards docs
当你需要以下内容时使用本指南:
- 适用于某功能或集成的SEP/CAP
- 钱包、锚点和合约的互操作性指引
- 从用例到官方标准文档的快速映射
Maintenance note
维护说明
Standards status can change quickly.
Before implementation, verify current status in:
- SEPs: stellar-protocol/ecosystem
- CAPs: stellar-protocol/core
Treat this file as a routing map, not a source of final governance/status truth.
标准状态可能会快速变化。
在实施前,请在以下位置验证当前状态:
请将本文件视为路由指引,而非最终的治理/状态来源。
High-value SEPs for app developers
对应用开发者高价值的SEP
Contracts and token interfaces
合约与代币接口
- SEP-0041: Soroban token interface
- SEP-0046: Contract metadata in Wasm
- SEP-0048: Contract interface specification
- SEP-0049: Upgradeable-contract guidance
- SEP-0050: NFT standard work
- SEP-0055: Contract build verification
- SEP-0056: Vault-style tokenized products
- SEP-0057: Regulated token patterns (T-REX)
Auth, identity, and metadata
认证、身份与元数据
Anchor and fiat integration
锚点与法币集成
High-value CAPs for Soroban developers
对Soroban开发者高价值的CAP
Soroban foundations
Soroban基础
- CAP-0046: Soroban overview
- CAP-0046 subdocuments (): runtime, lifecycle, host functions, storage, auth, metering
cap-0046-*.md
- CAP-0046:Soroban概述
- CAP-0046子文档():运行时、生命周期、宿主函数、存储、认证、计量
cap-0046-*.md
Frequently used contract capabilities
常用合约功能
Newer and draft crypto/features
较新的加密/功能提案
Quick mapping by use case
按用例快速映射
I am building a fungible token
我正在构建可替代代币
- Start with SEP-0041 interface expectations.
- Prefer Stellar Assets + SAC interop unless custom logic is required.
- If regulated, review SEP-0057 patterns.
- 从SEP-0041接口要求开始。
- 除非需要自定义逻辑,否则优先选择Stellar资产 + SAC互操作性。
- 若涉及监管,请查看SEP-0057模式。
I need upgrade-safe contracts
我需要可安全升级的合约
- Read SEP-0049 guidance for upgrade process design.
- Use CAP-0058 constructors for atomic initialization where protocol support exists.
- Add migration/versioning strategy before deploying upgradeable contracts.
- 阅读SEP-0049关于升级流程设计的指引。
- 在协议支持的情况下,使用CAP-0058构造函数进行原子初始化。
- 在部署可升级合约前,添加迁移/版本控制策略。
I am building a smart-wallet flow
我正在构建智能钱包流程
- Use SEP-0010 for web authentication flows.
- Review CAP-0051 for passkey-related cryptographic primitives.
- Align wallet UX and signing payloads with current SDK guidance.
- 使用SEP-0010实现Web认证流程。
- 查看CAP-0051了解与密钥相关的密码学原语。
- 使钱包UX和签名 payload 与当前SDK指引保持一致。
I need anchor integration for fiat rails
我需要锚点集成以对接法币通道
- SEP-0006 for API-first flows.
- SEP-0024 for hosted interactive rails.
- SEP-0031 when supporting payment corridors.
- SEP-0012 for KYC data requirements.
- 采用SEP-0006实现API优先的流程。
- 采用SEP-0024实现托管式交互式通道。
- 支持支付走廊时采用SEP-0031。
- 采用SEP-0012满足KYC数据要求。
Practical workflow for AI agents
AI Agent实用工作流
- Step 1: Identify feature category (token, wallet auth, anchor, upgradeability).
- Step 2: Link user to the 1-3 primary SEP/CAP docs.
- Step 3: Check status/acceptance in the source repo before asserting support.
- Step 4: Implement only what is active on the target network/protocol.
- Step 5: Document dependencies on draft standards explicitly.
- 步骤1:确定功能类别(代币、钱包认证、锚点、可升级性)。
- 步骤2:为用户链接1-3份主要的SEP/CAP文档。
- 步骤3:在确认支持前,检查源仓库中的状态/接受情况。
- 步骤4:仅在目标网络/协议上实施已激活的内容。
- 步骤5:明确记录对草案标准的依赖。
Related docs
相关文档
- Contract implementation details:
../soroban/SKILL.md - Advanced architecture guidance:
../soroban/SKILL.md - RPC and data access:
../data/SKILL.md - Security considerations:
../security/SKILL.md
- 合约实现细节:
../soroban/SKILL.md - 高级架构指引:
../soroban/SKILL.md - RPC与数据访问:
../data/SKILL.md - 安全注意事项:
../security/SKILL.md
Part 2: Stellar Ecosystem
第二部分:Stellar生态系统
This guide catalogs the major projects, protocols, and tools in the Stellar ecosystem. Use this as a reference when building on Stellar to find relevant integrations, examples, and community projects.
Canonical directories — For the most up-to-date project lists, check:
- Stellar Ecosystem — Official directory (searchable by country, asset, category)
- SCF Projects — Funded projects with status tracking
- Stellar on DefiLlama — Live DeFi TVL data
Treat project metrics/status as volatile. Validate latest activity and production readiness before taking dependencies.
本指南分类整理了Stellar生态系统中的主要项目、协议和工具。在Stellar上进行开发时,可将其作为参考,寻找相关集成、示例和社区项目。
权威目录 — 如需最新的项目列表,请查看:
- Stellar生态系统 — 官方目录(可按国家、资产、类别搜索)
- SCF项目 — 获资助项目及状态跟踪
- DeFiLlama上的Stellar — 实时DeFi TVL数据
请将项目指标/状态视为易变内容。在依赖前,请验证最新活动情况和生产就绪性。
DeFi Protocols
DeFi协议
Lending & Borrowing
借贷
Blend Protocol
Blend Protocol
Universal liquidity protocol enabling permissionless lending pools.
- Use Case: Lending, borrowing, yield generation
- GitHub: https://github.com/blend-capital/blend-contracts
- GitHub (v2): https://github.com/blend-capital/blend-contracts-v2
- Integrations: Meru, Airtm, Lobstr, DeFindex, Beans
支持无许可借贷池的通用流动性协议。
- 用例:借贷、生息
- GitHub:https://github.com/blend-capital/blend-contracts
- GitHub(v2):https://github.com/blend-capital/blend-contracts-v2
- 集成:Meru、Airtm、Lobstr、DeFindex、Beans
Slender
Slender
First non-custodial lending protocol on Soroban with flash loan support.
- Use Case: Lending, borrowing, flash loans
- Features: Pool-based strategy, sTokens, dTokens, utilization caps
- Oracle: SEP-40 compatible (Reflector)
Soroban上首个支持闪电贷的非托管借贷协议。
- 用例:借贷、闪电贷
- 特性:基于池的策略、sTokens、dTokens、利用率上限
- 预言机:兼容SEP-40(Reflector)
DEXs & AMMs
DEX与AMM
Soroswap
Soroswap
First DEX and aggregator on Stellar/Soroban.
- Use Case: Token swaps, liquidity provision, aggregation
- Website: https://soroswap.finance
- GitHub (Core): https://github.com/soroswap/core
- GitHub (Frontend): https://github.com/soroswap/frontend
- GitHub (Aggregator): https://github.com/soroswap/aggregator
- Docs: https://docs.soroswap.finance
- Features: AMM + DEX aggregator across Aqua, Phoenix, Stellar Classic DEX
Stellar/Soroban上首个DEX和聚合器。
- 用例:代币兑换、流动性提供、聚合
- 官网:https://soroswap.finance
- GitHub(核心):https://github.com/soroswap/core
- GitHub(前端):https://github.com/soroswap/frontend
- GitHub(聚合器):https://github.com/soroswap/aggregator
- 文档:https://docs.soroswap.finance
- 特性:AMM + DEX聚合器,覆盖Aqua、Phoenix、Stellar经典DEX
Aquarius / AQUA Network
Aquarius / AQUA Network
Governance-driven liquidity layer with AMM functionality.
- Use Case: Liquidity incentives, AMM, governance
- Website: https://aqua.network
- GitHub: https://github.com/AquaToken/soroban-amm
- GitHub (Org): https://github.com/AquaToken
- Token: AQUA (governance + rewards)
- Docs: https://docs.aqua.network
由治理驱动的流动性层,具备AMM功能。
- 用例:流动性激励、AMM、治理
- 官网:https://aqua.network
- GitHub:https://github.com/AquaToken/soroban-amm
- GitHub(组织):https://github.com/AquaToken
- 代币:AQUA(治理 + 奖励)
- 文档:https://docs.aqua.network
Phoenix Protocol
Phoenix Protocol
AMM protocol on Soroban.
- GitHub: https://github.com/Phoenix-Protocol-Group
- Use Case: Token swaps, liquidity pools
Soroban上的AMM协议。
- GitHub:https://github.com/Phoenix-Protocol-Group
- 用例:代币兑换、流动性池
Yield & Vaults
收益与金库
DeFindex
DeFindex
Yield aggregation and vault infrastructure by PaltaLabs.
- Use Case: Tokenized vaults, yield strategies, DeFi abstraction
- Docs: https://docs.defindex.io
- Features: Automated rebalancing, vault management, Blend integration
由PaltaLabs开发的收益聚合与金库基础设施。
- 用例:代币化金库、收益策略、DeFi抽象
- 文档:https://docs.defindex.io
- 特性:自动再平衡、金库管理、Blend集成
Stablecoins & CDPs
稳定币与CDP
Orbit CDP Protocol
Orbit CDP Protocol
Collateralized stablecoin issuance (USD, EUR, MXN).
- Use Case: Mint stablecoins against XLM/bond collateral
- Docs: https://docs.orbitcdp.finance
- Features: Multi-currency stablecoins, Pegkeeper automation, Blend integration
抵押稳定币发行(美元、欧元、墨西哥比索)。
- 用例:以XLM/债券抵押铸造稳定币
- 文档:https://docs.orbitcdp.finance
- 特性:多币种稳定币、Pegkeeper自动化、Blend集成
Wallets
钱包
Browser Extensions
浏览器扩展
Freighter
Freighter
SDF's flagship non-custodial browser wallet.
- Website: https://freighter.app
- Docs: https://docs.freighter.app
- GitHub: https://github.com/stellar/freighter
- GitHub (Mobile): https://github.com/stellar/freighter-mobile
- API: https://github.com/stellar/freighter/tree/master/library/freighter-api
- Features: Soroban support, mobile apps (iOS/Android), Discover browser
SDF的旗舰非托管浏览器钱包。
- 官网:https://freighter.app
- 文档:https://docs.freighter.app
- GitHub:https://github.com/stellar/freighter
- GitHub(移动端):https://github.com/stellar/freighter-mobile
- API:https://github.com/stellar/freighter/tree/master/library/freighter-api
- 特性:支持Soroban、移动端应用(iOS/Android)、Discover浏览器
xBull
xBull
Feature-rich browser wallet with advanced capabilities.
- Website: https://xbull.app
- Features: Multi-account, hardware wallet support
功能丰富的浏览器钱包,具备高级功能。
- 官网:https://xbull.app
- 特性:多账户、硬件钱包支持
Albedo
Albedo
Lightweight web-based wallet and signing provider.
- Website: https://albedo.link
- Use Case: Web authentication, transaction signing
轻量级基于Web的钱包和签名提供商。
- 官网:https://albedo.link
- 用例:Web认证、交易签名
Rabet
Rabet
Browser extension wallet for Stellar.
- Website: https://rabet.io
Stellar浏览器扩展钱包。
Hana Wallet
Hana Wallet
Modern Stellar wallet with DeFi features.
- Website: https://hana.network
具备DeFi功能的现代Stellar钱包。
Mobile Wallets
移动端钱包
LOBSTR
LOBSTR
Most popular Stellar mobile wallet.
- Website: https://lobstr.co
- Platforms: iOS, Android, Web
- Features: DEX trading, multisig, 2FA, asset discovery
最受欢迎的Stellar移动端钱包。
- 官网:https://lobstr.co
- 平台:iOS、Android、Web
- 特性:DEX交易、多签、2FA、资产发现
Beans
Beans
Payments platform with yield features.
- Use Case: Payments, earning (via DeFindex/Blend)
- Features: Non-custodial yield generation
具备收益功能的支付平台。
- 用例:支付、收益(通过DeFindex/Blend)
- 特性:非托管收益生成
Multi-Wallet Integration
多钱包集成
Stellar Wallets Kit
Stellar Wallets Kit
SDK for integrating multiple Stellar wallets.
- GitHub: https://github.com/Creit-Tech/Stellar-Wallets-Kit
- Supports: Freighter, LOBSTR, xBull, Albedo, Rabet, Hana, Ledger, Trezor, WalletConnect
用于集成多个Stellar钱包的SDK。
- GitHub:https://github.com/Creit-Tech/Stellar-Wallets-Kit
- 支持:Freighter、LOBSTR、xBull、Albedo、Rabet、Hana、Ledger、Trezor、WalletConnect
Developer Tools
开发工具
Smart Account & Authentication
智能账户与认证
Smart Account Kit (Recommended)
Smart Account Kit(推荐)
Comprehensive TypeScript SDK for OpenZeppelin Smart Accounts on Stellar/Soroban.
- GitHub: https://github.com/kalepail/smart-account-kit
- Use Case: Production smart wallets with passkeys
- Built On: OpenZeppelin stellar-contracts
- Features:
- Context rules with fine-grained authorization scopes
- Policy support (threshold multisig, spending limits, custom policies)
- Session management with automatic credential persistence
- External wallet adapter support (Freighter, LOBSTR, etc.)
- Built-in indexer for contract discovery
- Multiple signer types (passkeys, Ed25519, policies)
用于Stellar/Soroban上OpenZeppelin智能账户的全面TypeScript SDK。
- GitHub:https://github.com/kalepail/smart-account-kit
- 用例:支持密钥的生产级智能钱包
- 基于:OpenZeppelin stellar-contracts
- 特性:
- 具备细粒度授权范围的上下文规则
- 策略支持(阈值多签、消费限额、自定义策略)
- 会话管理,自动凭证持久化
- 外部钱包适配器支持(Freighter、LOBSTR等)
- 内置合约发现索引器
- 多种签名者类型(密钥、Ed25519、策略)
Passkey Kit (Legacy)
Passkey Kit(旧版)
Original TypeScript SDK for passkey-based smart wallets.
- GitHub: https://github.com/kalepail/passkey-kit
- Status: Legacy - use Smart Account Kit for new projects
- Use Case: Simple passkey wallet integration
- Integration: OpenZeppelin Relayer (gasless tx), Mercury (indexing)
- Demo: passkey-kit-demo.pages.dev
- Example: Super Peach
基于密钥的智能钱包的初代TypeScript SDK。
- GitHub:https://github.com/kalepail/passkey-kit
- 状态:旧版 - 新项目请使用Smart Account Kit
- 用例:简单的密钥钱包集成
- 集成:OpenZeppelin Relayer(无gas交易)、Mercury(索引)
- 演示:passkey-kit-demo.pages.dev
- 示例:Super Peach
OpenZeppelin Relayer
OpenZeppelin Relayer
Service for fee-sponsored transaction submission.
- Docs: https://docs.openzeppelin.com/relayer
- Use Case: Gasless transactions, fee sponsoring
支持费用赞助交易提交的服务。
- 文档:https://docs.openzeppelin.com/relayer
- 用例:无gas交易、费用赞助
Data Indexing
数据索引
For a full directory of indexing options, see Stellar Indexer Docs.
如需完整的索引选项目录,请查看Stellar索引器文档。
Mercury
Mercury
Stellar-native data indexing platform with Retroshades technology.
- Website: https://mercurydata.app
- Docs: https://docs.mercurydata.app
- Use Case: Event indexing, data queries, automation
- Features: Zephyr VM (serverless Rust execution at ledger close), GraphQL API
具备Retroshades技术的Stellar原生数据索引平台。
- 官网:https://mercurydata.app
- 文档:https://docs.mercurydata.app
- 用例:事件索引、数据查询、自动化
- 特性:Zephyr VM(账本结算时的无服务器Rust执行)、GraphQL API
SubQuery
SubQuery
Multi-chain indexer supporting Stellar and Soroban.
- Website: https://subquery.network
- Quick Start: https://subquery.network/doc/indexer/quickstart/quickstart_chains/stellar.html
- Features: Block/transaction/operation/event handlers, multi-threading, 300+ chains
支持Stellar和Soroban的多链索引器。
- 官网:https://subquery.network
- 快速开始:https://subquery.network/doc/indexer/quickstart/quickstart_chains/stellar.html
- 特性:区块/交易/操作/事件处理器、多线程、支持300+链
Goldsky
Goldsky
Real-time data replication and subgraph platform.
- Website: https://goldsky.com
- Docs: https://docs.goldsky.com/chains/stellar
- Features: Mirror (real-time pipelines), subgraphs, on-chain + off-chain data
实时数据复制和子图平台。
- 官网:https://goldsky.com
- 文档:https://docs.goldsky.com/chains/stellar
- 特性:Mirror(实时管道)、子图、链上 + 链下数据
Zephyr VM
Zephyr VM
Cloud execution environment for blockchain data processing.
- GitHub: https://github.com/xycloo/zephyr-vm
- Use Case: Indexing, monitoring, automation
- Features: Self-hostable, ledger-close execution
用于区块链数据处理的云执行环境。
- GitHub:https://github.com/xycloo/zephyr-vm
- 用例:索引、监控、自动化
- 特性:可自托管、账本结算时执行
Contract Libraries
合约库
OpenZeppelin Stellar Contracts
OpenZeppelin Stellar Contracts
Audited smart contract library for Soroban (track latest release tags before pinning versions).
- GitHub: https://github.com/OpenZeppelin/stellar-contracts
- Docs: https://developers.stellar.org/docs/tools/openzeppelin-contracts
- Contract Wizard: https://wizard.openzeppelin.com/stellar
- Includes: Tokens (fungible/NFT), governance (timelock), vaults (SEP-56), access control, fee forwarder
- Crates: ,
stellar-tokens,stellar-accessstellar-contract-utils
针对Soroban的经过审计的智能合约库(固定版本前请跟踪最新发布标签)。
- GitHub:https://github.com/OpenZeppelin/stellar-contracts
- 文档:https://developers.stellar.org/docs/tools/openzeppelin-contracts
- 合约向导:https://wizard.openzeppelin.com/stellar
- 包含:代币(可替代/NFT)、治理(时间锁)、金库(SEP-56)、访问控制、费用转发器
- Crates:、
stellar-tokens、stellar-accessstellar-contract-utils
Security Tools
安全工具
Scout Soroban (CoinFabrik)
Scout Soroban(CoinFabrik)
Open-source vulnerability detector with 23 detectors for Soroban contracts.
- GitHub: https://github.com/CoinFabrik/scout-soroban
- Install:
cargo install cargo-scout-audit - Features: CLI tool, VSCode extension, SARIF output for CI/CD
- Examples: https://github.com/CoinFabrik/scout-soroban-examples
开源漏洞检测器,为Soroban合约提供23种检测器。
- GitHub:https://github.com/CoinFabrik/scout-soroban
- 安装:
cargo install cargo-scout-audit - 特性:CLI工具、VSCode扩展、CI/CD兼容的SARIF输出
- 示例:https://github.com/CoinFabrik/scout-soroban-examples
OpenZeppelin Security Detectors SDK
OpenZeppelin Security Detectors SDK
Framework for building custom security detectors for Soroban.
- GitHub: https://github.com/OpenZeppelin/soroban-security-detectors-sdk
- Detectors: ,
auth_missing, improper TTL, contract panicsunchecked_ft_transfer - Extensible: Load external detector libraries, CI/CD ready
用于为Soroban构建自定义安全检测器的框架。
- GitHub:https://github.com/OpenZeppelin/soroban-security-detectors-sdk
- 检测器:、
auth_missing、不当TTL、合约恐慌unchecked_ft_transfer - 可扩展:加载外部检测器库、兼容CI/CD
Certora Sunbeam Prover
Certora Sunbeam Prover
Formal verification for Soroban — first WASM platform supported by Certora.
- Docs: https://docs.certora.com/en/latest/docs/sunbeam/index.html
- Spec Language: CVLR (Rust macros) — https://github.com/Certora/cvlr
- Reports: Blend V1 verification
- Verifies at: WASM bytecode level, eliminating compiler trust assumptions
针对Soroban的形式化验证工具 — Certora支持的首个WASM平台。
- 文档:https://docs.certora.com/en/latest/docs/sunbeam/index.html
- 规范语言:CVLR(Rust宏) — https://github.com/Certora/cvlr
- 报告:Blend V1验证
- 验证层级:WASM字节码层级,消除对编译器的信任假设
Runtime Verification — Komet
Runtime Verification — Komet
Formal verification and testing tool designed for Soroban (SCF-funded).
- Docs: https://docs.runtimeverification.com/komet
- Repo: https://github.com/runtimeverification/komet
- Spec Language: Rust — property-based tests written in the same language as Soroban contracts
- Operates at: WASM bytecode level via KWasm semantics (eliminates compiler trust assumptions)
- Features: Fuzzing, testing, formal verification
- Reports: https://github.com/runtimeverification/publications
- Example: TokenOps audit and verification report
- Blog: Introducing Komet
为Soroban设计的形式化验证和测试工具(获SCF资助)。
- 文档:https://docs.runtimeverification.com/komet
- 仓库:https://github.com/runtimeverification/komet
- 规范语言:Rust — 基于属性的测试采用与Soroban合约相同的语言编写
- 运行层级:通过KWasm语义在WASM字节码层级运行(消除对编译器的信任假设)
- 特性:模糊测试、常规测试、形式化验证
- 报告:https://github.com/runtimeverification/publications
- 示例:TokenOps审计与验证报告
- 博客:Introducing Komet
Soroban Security Portal (Inferara)
Soroban Security Portal(Inferara)
Community security knowledge base (SCF-funded).
- Website: https://sorobansecurity.com
- Features: Searchable audit reports, vulnerability database, best practices
社区安全知识库(获SCF资助)。
- 官网:https://sorobansecurity.com
- 特性:可搜索的审计报告、漏洞数据库、最佳实践
CLI & SDKs
CLI与SDK
Stellar CLI
Stellar CLI
Official command-line interface for Stellar/Soroban.
- Docs: https://developers.stellar.org/docs/tools/stellar-cli
- Features: Contract build, deploy, invoke, bindings generation
Stellar/Soroban官方命令行界面。
- 文档:https://developers.stellar.org/docs/tools/stellar-cli
- 特性:合约构建、部署、调用、绑定生成
Stellar SDK (JavaScript)
Stellar SDK(JavaScript)
Official JavaScript/TypeScript SDK.
- GitHub: https://github.com/stellar/js-stellar-sdk
- npm:
@stellar/stellar-sdk
官方JavaScript/TypeScript SDK。
- GitHub:https://github.com/stellar/js-stellar-sdk
- npm:
@stellar/stellar-sdk
Soroban Rust SDK
Soroban Rust SDK
Rust SDK for Soroban contract development.
- GitHub: https://github.com/stellar/rs-soroban-sdk
- Crate:
soroban-sdk
用于Soroban合约开发的Rust SDK。
- GitHub:https://github.com/stellar/rs-soroban-sdk
- Crate:
soroban-sdk
Oracles
预言机
Reflector Network
Reflector Network
Community-powered price oracle for Stellar.
- Website: https://reflector.network
- Docs: https://developers.stellar.org/docs/data/oracles/oracle-providers
- Features: SEP-40 compatible, on-chain/off-chain prices, webhooks
- Integrations: Blend, OrbitCDP, DeFindex, EquitX, Slender
社区驱动的Stellar价格预言机。
- 官网:https://reflector.network
- 文档:https://developers.stellar.org/docs/data/oracles/oracle-providers
- 特性:兼容SEP-40、链上/链下价格、Webhooks
- 集成:Blend、OrbitCDP、DeFindex、EquitX、Slender
DIA Oracle
DIA Oracle
Cross-chain oracle with 20,000+ asset support.
- Website: https://diadata.org
- Blog: https://www.diadata.org/blog/post/soroban-stellar-oracle-dia/
- Features: VWAPIR methodology, custom feeds
支持20000+资产的跨链预言机。
- 官网:https://diadata.org
- 博客:https://www.diadata.org/blog/post/soroban-stellar-oracle-dia/
- 特性:VWAPIR方法论、自定义数据源
Band Protocol
Band Protocol
Cross-chain data oracle on BandChain.
- Website: https://bandprotocol.com
- Architecture: Cosmos SDK-based, cross-chain
基于BandChain的跨链数据预言机。
- 官网:https://bandprotocol.com
- 架构:基于Cosmos SDK、跨链
Gaming & NFTs
游戏与NFT
Litemint
Litemint
NFT marketplace and gaming platform.
- GitHub: https://github.com/litemint/litemint-soroban-contracts
- Contracts: Timed auctions, royalty payments
- Features: Open/sealed bids, ascending/descending price, buy-now
NFT市场和游戏平台。
- GitHub:https://github.com/litemint/litemint-soroban-contracts
- 合约:定时拍卖、版税支付
- 特性:公开/密封出价、升/降价、立即购买
Infrastructure
基础设施
Anchors & On/Off Ramps
锚点与出入金通道
Stellar Ramps
Stellar Ramps
Suite of open standards for fiat-crypto bridges.
- Docs: https://stellar.org/use-cases/ramps
- SEPs: SEP-6, SEP-24, SEP-31 (deposits/withdrawals/cross-border)
针对法币-加密货币桥的开放标准套件。
- 文档:https://stellar.org/use-cases/ramps
- SEP:SEP-6、SEP-24、SEP-31(存提币/跨境)
Anchor Platform
Anchor Platform
SDF-maintained platform for building SEP-compliant anchors.
由SDF维护的平台,用于构建符合SEP标准的锚点。
Block Explorers
区块浏览器
StellarExpert
StellarExpert
Comprehensive network explorer with analytics.
- Website: https://stellar.expert
- Features: Transactions, accounts, assets, contracts
全面的网络浏览器,具备分析功能。
- 官网:https://stellar.expert
- 特性:交易、账户、资产、合约
Stellar Lab
Stellar Lab
Developer tools and transaction builder.
- Website: https://lab.stellar.org
开发工具和交易构建器。
StellarChain
StellarChain
Alternative explorer with contract support.
- Website: https://stellarchain.io
支持合约的替代浏览器。
Disbursements
批量支付
Stellar Disbursement Platform (SDP)
Stellar Disbursement Platform(SDP)
Bulk payment infrastructure for enterprises.
- Docs: https://developers.stellar.org/docs/category/use-the-stellar-disbursement-platform
- GitHub: https://github.com/stellar/stellar-disbursement-platform
- Use Case: Mass payments, aid distribution, payroll
面向企业的批量支付基础设施。
Example Repositories
示例仓库
Official Examples
官方示例
Soroban Examples
Soroban Examples
Official educational smart contract examples.
- GitHub: https://github.com/stellar/soroban-examples
- Includes: Tokens, atomic swaps, auth, events, liquidity pools, timelock, deployer, merkle distribution
官方教育类智能合约示例。
- GitHub:https://github.com/stellar/soroban-examples
- 包含:代币、原子交换、认证、事件、流动性池、时间锁、部署器、默克尔分发
Soroban Example dApp
Soroban Example dApp
Crowdfunding dApp with Next.js frontend.
- GitHub: https://github.com/stellar/soroban-example-dapp
- Learning: Full-stack Soroban development, Freighter integration
基于Next.js前端的众筹dApp。
- GitHub:https://github.com/stellar/soroban-example-dapp
- 学习内容:全栈Soroban开发、Freighter集成
Community Examples
社区示例
Soroban Guide (Xycloo)
Soroban Guide(Xycloo)
Learning resources and example contracts.
- GitHub: https://github.com/xycloo/soroban-guide
- Includes: Events, rock-paper-scissors, vaults, Dutch auctions
学习资源和示例合约。
- GitHub:https://github.com/xycloo/soroban-guide
- 包含:事件、石头剪刀布、金库、荷兰式拍卖
Soroban Contracts (icolomina)
Soroban Contracts(icolomina)
Governance and investment contract examples.
- GitHub: https://github.com/icolomina/soroban-contracts
- Includes: Ballot voting, investment contracts, multisig
治理和投资合约示例。
- GitHub:https://github.com/icolomina/soroban-contracts
- 包含:投票、投资合约、多签
Oracle Example
Oracle Example
Publisher-subscriber oracle pattern.
- GitHub: https://github.com/FredericRezeau/soroban-oracle-example
- Uses: soroban-kit oracle module
发布者-订阅者预言机模式。
- GitHub:https://github.com/FredericRezeau/soroban-oracle-example
- 使用:soroban-kit预言机模块
OZ Stellar NFT
OZ Stellar NFT
Simple NFT using OpenZeppelin.
使用OpenZeppelin的简单NFT。
Cross-Chain
跨链
Axelar
Axelar
Cross-chain gateway and Interchain Token Service for Soroban.
- GitHub: https://github.com/axelarnetwork/axelar-amplifier-stellar
- Use Case: Cross-chain messaging, token bridging, interoperability
- Status: Active development (verify latest activity before integrating)
针对Soroban的跨链网关和跨链代币服务。
- GitHub:https://github.com/axelarnetwork/axelar-amplifier-stellar
- 用例:跨链消息传递、代币桥、互操作性
- 状态:活跃开发中(集成前请验证最新活动情况)
Allbridge Core
Allbridge Core
Cross-chain stable swap bridge (Stellar is 10th supported chain).
- Use Case: Cross-chain stablecoin transfers (USDC between Stellar, Base, Arbitrum, etc.)
- Features: Automatic Stellar account activation, liquidity pools
跨链稳定币兑换桥(Stellar是第10个支持的链)。
- 用例:跨链稳定币转账(Stellar、Base、Arbitrum等之间的USDC)
- 特性:自动激活Stellar账户、流动性池
LayerZero
LayerZero
Omnichain interoperability protocol with Stellar support.
- Use Case: Cross-chain messaging, token bridging (OFT/ONFT), dApp interoperability
- Features: OApp standard, Omni-Chain Fungible Tokens, native issuer minting/burning control
支持Stellar的全链互操作性协议。
- 用例:跨链消息传递、代币桥(OFT/ONFT)、dApp互操作性
- 特性:OApp标准、全链可替代代币、原生发行方铸币/销毁控制
Builder Teams & Companies
开发团队与公司
Notable teams shipping production-level code on Stellar/Soroban. For a broader directory, see Stellar Ecosystem.
| Team | Website | GitHub | X/Twitter | Notable Projects |
|---|---|---|---|---|
| Lightsail Network | lightsail.network | lightsail-network | @overcat_me | Quasar RPC, Java/Python SDKs, Ledger app, validators |
| PaltaLabs | paltalabs.io | paltalabs | @PaltaLabs | Soroswap, DeFindex |
| Aha Labs | ahalabs.dev | AhaLabs | @AhaLabsDev | Scaffold Stellar, Soroban CLI contributions |
| OpenZeppelin | openzeppelin.com | OpenZeppelin | @OpenZeppelin | Contracts library, Relayer, Monitor, Security Detectors SDK |
| Cheesecake Labs | cheesecakelabs.com | CheesecakeLabs | @CheesecakeLabs | Stellar Plus library |
| Script3 / Blend Capital | script3.io | script3, blend-capital | @script3official | Blend Protocol |
| Xycloo Labs | xycloo.com | Xycloo | @heytdep | Mercury indexer, Zephyr VM |
| CoinFabrik | coinfabrik.com | CoinFabrik | @coinfabrik | Scout Soroban (static analysis) |
| Creit Tech | creit.tech | Creit-Tech | @CreitTech_ | Stellar Wallets Kit, xBull, SorobanHub |
| Ultra Stellar | ultrastellar.com | lobstrco | @Lobstrco | LOBSTR wallet, StellarExpert |
在Stellar/Soroban上交付生产级代码的知名团队。如需更全面的目录,请查看Stellar生态系统。
| 团队 | 官网 | GitHub | X/Twitter | 知名项目 |
|---|---|---|---|---|
| Lightsail Network | lightsail.network | lightsail-network | @overcat_me | Quasar RPC、Java/Python SDK、Ledger应用、验证节点 |
| PaltaLabs | paltalabs.io | paltalabs | @PaltaLabs | Soroswap、DeFindex |
| Aha Labs | ahalabs.dev | AhaLabs | @AhaLabsDev | Scaffold Stellar、Soroban CLI贡献 |
| OpenZeppelin | openzeppelin.com | OpenZeppelin | @OpenZeppelin | 合约库、Relayer、Monitor、Security Detectors SDK |
| Cheesecake Labs | cheesecakelabs.com | CheesecakeLabs | @CheesecakeLabs | Stellar Plus库 |
| Script3 / Blend Capital | script3.io | script3、blend-capital | @script3official | Blend Protocol |
| Xycloo Labs | xycloo.com | Xycloo | @heytdep | Mercury索引器、Zephyr VM |
| CoinFabrik | coinfabrik.com | CoinFabrik | @coinfabrik | Scout Soroban(静态分析) |
| Creit Tech | creit.tech | Creit-Tech | @CreitTech_ | Stellar Wallets Kit、xBull、SorobanHub |
| Ultra Stellar | ultrastellar.com | lobstrco | @Lobstrco | LOBSTR钱包、StellarExpert |
Project Directories
项目目录
Official Directories
官方目录
Stellar Ecosystem Directory
Stellar生态系统目录
The canonical, up-to-date project directory maintained by SDF.
- Website: https://stellar.org/ecosystem
- Features: Search by country, asset, category
- Includes: DeFi, wallets, anchors, on/off ramps, exchanges, infrastructure
由SDF维护的权威、最新项目目录。
- 官网:https://stellar.org/ecosystem
- 特性:按国家、资产、类别搜索
- 包含:DeFi、钱包、锚点、出入金通道、交易所、基础设施
SCF Project Tracker
SCF项目跟踪器
All Stellar Community Fund–funded projects with status and milestones.
所有获Stellar社区基金资助的项目,包含状态和里程碑。
Funding Programs
资助计划
Stellar Community Fund (SCF)
Stellar社区基金(SCF)
Grants up to $150K per funding round.
- Website: https://communityfund.stellar.org
- Funded: 100+ projects across DeFi, NFT, GameFi, Web3
每轮资助最高可达15万美元。
- 官网:https://communityfund.stellar.org
- 资助项目:100+个DeFi、NFT、GameFi、Web3项目
Soroban Audit Bank
Soroban审计库
Security audit funding for SCF projects.
- Website: https://stellar.org/grants-and-funding/soroban-audit-bank
- Features: Pre-negotiated audit rates, readiness checklist
为SCF项目提供安全审计资助。
- 官网:https://stellar.org/grants-and-funding/soroban-audit-bank
- 特性:预先协商的审计费率、就绪性检查清单
Real-World Assets
现实世界资产
Major Issuers on Stellar
Stellar上的主要发行方
- Franklin Templeton: Regulated fund tokens
- Ondo: Tokenized real estate
- RedSwan: $100M commercial real estate
- Centrifuge: Yield-generating tokens
- WisdomTree: Asset-backed tokens
- Franklin Templeton:受监管基金代币
- Ondo:代币化房地产
- RedSwan:1亿美元商业地产
- Centrifuge:生息代币
- WisdomTree:资产支持代币
Stablecoins
稳定币
- USDC (Circle): Primary USD stablecoin
- EURC (Circle): EUR stablecoin
- PYUSD (PayPal): Verify current issuance and distribution details before launch planning
- USDC(Circle):主要美元稳定币
- EURC(Circle):欧元稳定币
- PYUSD(PayPal):启动规划前请验证当前发行和分发细节
Enterprise Integrations
企业集成
Major companies building on Stellar:
- PayPal: PYUSD stablecoin
- Visa: Settlement infrastructure
- Mastercard: Payment rails
- Wirex: USDC/EURC settlement
- U.S. Bank: Custom stablecoin testing
- PwC: Stablecoin exploration
在Stellar上进行开发的主要公司:
- PayPal:PYUSD稳定币
- Visa:结算基础设施
- Mastercard:支付通道
- Wirex:USDC/EURC结算
- 美国银行:自定义稳定币测试
- 普华永道:稳定币探索
Part 3: Curated Resources
第三部分:精选资源
Official Documentation
官方文档
Stellar Developer Docs
Stellar开发者文档
- Stellar Documentation - Primary documentation
- Build Smart Contracts - Soroban guides
- Build Apps - Client application guides
- Tools & SDKs - Available tooling
- Networks - Network configuration
- Learn Fundamentals - Core concepts
- Security Best Practices
API References
API参考
- Stellar RPC Methods - RPC API
- Horizon API - REST API (legacy-focused)
- Oracle Providers
- Stellar RPC方法 - RPC API
- Horizon API - REST API(侧重旧版)
- 预言机提供商
SDKs
SDK
Client SDKs (Application Development)
客户端SDK(应用开发)
- JavaScript SDK -
@stellar/stellar-sdk - Python SDK -
stellar-sdk - Java SDK - (Lightsail Network)
network.lightsail:stellar-sdk - Go SDK - , Horizon & RPC clients
txnbuild - Rust SDK (RPC Client)
- SDK Documentation
- JavaScript SDK -
@stellar/stellar-sdk - Python SDK -
stellar-sdk - Java SDK - (Lightsail Network)
network.lightsail:stellar-sdk - Go SDK - 、Horizon & RPC客户端
txnbuild - Rust SDK(RPC客户端)
- SDK文档
Contract SDK (Soroban Development)
合约SDK(Soroban开发)
- Soroban Rust SDK -
soroban-sdk - Soroban SDK Docs - Rust docs
- Soroban Rust SDK -
soroban-sdk - Soroban SDK文档 - Rust文档
CLI Tools
CLI工具
Stellar CLI
Stellar CLI
Scaffold Stellar
Scaffold Stellar
- Scaffold Stellar - Full-stack dApp scaffolding (contracts + React/Vite/TS frontend)
- Scaffold Docs - Official documentation
- GitHub - Open source (Apache 2.0)
- Scaffold Stellar - 全栈dApp脚手架(合约 + React/Vite/TS前端)
- Scaffold文档 - 官方文档
- GitHub - 开源(Apache 2.0)
Quickstart (Local Development)
快速开始(本地开发)
Contract Libraries & Tools
合约库与工具
OpenZeppelin Stellar Contracts
OpenZeppelin Stellar Contracts
- OpenZeppelin Contracts
- Documentation
- Contract Wizard - Generate contracts
- OpenZeppelin Contracts
- 文档
- 合约向导 - 生成合约
Smart Account SDKs
智能账户SDK
- Smart Account Kit - Production smart wallet SDK (recommended)
- Passkey Kit - Legacy passkey wallet SDK
- Super Peach - Smart wallet implementation example
- Smart Account Kit - 生产级智能钱包SDK(推荐)
- Passkey Kit - 旧版密钥钱包SDK
- Super Peach - 智能钱包实现示例
Developer Tools
开发工具
- Stellar Wallets Kit - Multi-wallet integration
- OpenZeppelin Relayer - Fee-sponsored transactions
- Stellar Wallets Kit - 多钱包集成
- OpenZeppelin Relayer - 费用赞助交易
Example Repositories
示例仓库
Official Examples
官方示例
- Soroban Examples - Core contract patterns
- Soroban Example dApp - Crowdfunding Next.js app
- Stellar Repositories
- Soroban Examples - 核心合约模式
- Soroban Example dApp - 众筹Next.js应用
- Stellar仓库
Community Examples
社区示例
- Scout Soroban Examples - Security-audited examples
- Soroban Guide (Xycloo) - Learning resources
- Soroban Contracts (icolomina) - Governance examples
- Oracle Example - Pub-sub oracle pattern
- OZ Stellar NFT - Simple NFT with OpenZeppelin
- Scout Soroban Examples - 经过安全审计的示例
- Soroban Guide(Xycloo) - 学习资源
- Soroban Contracts(icolomina) - 治理示例
- Oracle Example - 发布-订阅预言机模式
- OZ Stellar NFT - 使用OpenZeppelin的简单NFT
Ecosystem Projects
生态系统项目
For DeFi protocols, wallets, oracles, gaming/NFTs, cross-chain bridges, and builder teams, see Part 2: Stellar Ecosystem below.
如需DeFi协议、钱包、预言机、游戏/NFT、跨链桥和开发团队,请查看下方的第二部分:Stellar生态系统。
Security
安全
For vulnerability patterns, checklists, and detailed tooling guides, see Soroban security section.
如需漏洞模式、检查清单和详细工具指南,请查看Soroban安全章节。
Bug Bounty Programs
漏洞赏金计划
- Stellar Bug Bounty (Immunefi) - Up to $250K, covers core + Soroban
- OpenZeppelin Stellar Bounty (Immunefi) - Up to $25K
- HackerOne VDP - Web application vulnerabilities
- Stellar漏洞赏金(Immunefi) - 最高25万美元,覆盖核心 + Soroban
- OpenZeppelin Stellar赏金(Immunefi) - 最高2.5万美元
- HackerOne VDP - Web应用漏洞
Audit Bank & Audit Firms
审计库与审计公司
- Soroban Audit Bank - $3M+ deployed, 43+ audits
- Audited Projects List - Public audit registry
- Partners: OtterSec, Veridise, Runtime Verification, CoinFabrik, QuarksLab, Coinspect, Certora, Halborn, Zellic, Code4rena
- Soroban审计库 - 已部署300万美元+,完成43+次审计
- 已审计项目列表 - 公开审计注册表
- 合作伙伴:OtterSec、Veridise、Runtime Verification、CoinFabrik、QuarksLab、Coinspect、Certora、Halborn、Zellic、Code4rena
Static Analysis
静态分析
- Scout Soroban - 23 vulnerability detectors, VSCode extension
- OZ Security Detectors SDK - Custom detector framework
- Scout Soroban - 23种漏洞检测器、VSCode扩展
- OZ Security Detectors SDK - 自定义检测器框架
Formal Verification
形式化验证
- Certora Sunbeam Prover - WASM-level formal verification
- CVLR Spec Language - Certora Verification Language for Rust
- Runtime Verification Komet - Soroban verification tool
- Certora Sunbeam Prover - WASM层级形式化验证
- CVLR规范语言 - 用于Rust的Certora验证语言
- Runtime Verification Komet - Soroban验证工具
Security Resources
安全资源
- Veridise Security Checklist - Soroban-specific
- Soroban Security Portal - Community vulnerability database
- CoinFabrik Audit Reports
- Certora Security Reports - Includes Stellar verifications
- Veridise安全检查清单 - 针对Soroban
- Soroban安全门户 - 社区漏洞数据库
- CoinFabrik审计报告
- Certora安全报告 - 包含Stellar验证内容
Zero-Knowledge Proofs (Status-Sensitive)
零知识证明(状态敏感)
For comprehensive ZK development guidance, see zk-proofs.md.
Always verify CAP status and network support before treating any ZK primitive as production-available.
如需全面的ZK开发指引,请查看zk-proofs.md。
在将任何ZK原语视为可用于生产环境前,请务必验证CAP状态和网络支持情况。
Protocol & Specifications
协议与规范
- Protocol upgrades - Upgrade timeline and network context
- CAP-0074 - BN254 host functions proposal
- CAP-0075 - Poseidon/Poseidon2 host functions proposal
SDK Documentation
SDK文档
- Soroban SDK BN254 module - Verify availability in your pinned SDK version
- Soroban SDK Crypto - Full crypto module reference
- Soroban SDK BN254模块 - 验证你固定的SDK版本中是否可用
- Soroban SDK加密模块 - 完整加密模块参考
Proving Systems & Tooling
证明系统与工具
- Noir Documentation - Aztec's ZK domain-specific language
- RISC Zero - General-purpose zkVM for Rust programs
Example Contracts
示例合约
- Soroban Examples - Official examples (includes ,
groth16_verifier,privacy-pools)import_ark_bn254
- Soroban Examples - 官方示例(包含、
groth16_verifier、privacy-pools)import_ark_bn254
Testing
测试
Testing Guides
测试指南
- Definitive Guide to Testing Smart Contracts - Comprehensive overview
- Fuzzing Guide - cargo-fuzz + SorobanArbitrary
- Fuzzing Example Contract
- Differential Testing - Automatic test snapshots
- Fork Testing - Test against production state
- Mutation Testing - cargo-mutants
Local Development
本地开发
Test Networks
测试网络
- Testnet Info
- Friendbot - Testnet faucet
Data & Analytics
数据与分析
Data Documentation Hub
数据文档中心
- Stellar Data Overview - Choose the right tool (APIs, indexers, analytics, oracles)
- Indexer Directory - All supported indexers
- RPC Provider Directory - All RPC infrastructure providers
- Stellar数据概述 - 选择合适的工具(API、索引器、分析、预言机)
- 索引器目录 - 所有支持的索引器
- RPC提供商目录 - 所有RPC基础设施提供商
Block Explorers
区块浏览器
- StellarExpert - Network explorer & analytics
- StellarExpert API - Free REST API (no auth, CORS-enabled)
- Stellar Lab - Developer tools
- StellarChain - Alternative explorer
- StellarExpert - 网络浏览器与分析
- StellarExpert API - 免费REST API(无需认证、支持CORS)
- Stellar Lab - 开发工具
- StellarChain - 替代浏览器
Data Indexers
数据索引器
- Mercury - Stellar-native indexer with Retroshades + GraphQL (docs)
- SubQuery - Multi-chain indexer with Stellar/Soroban support (quick start)
- Goldsky - Real-time data replication pipelines + subgraphs (Stellar docs)
- Zephyr VM - Serverless Rust execution at ledger close
Historical Data & Analytics
历史数据与分析
Infrastructure
基础设施
Anchors & On/Off Ramps
锚点与出入金通道
Disbursements
批量支付
RPC Providers
RPC提供商
- RPC Provider Directory - Full list of providers
- Quasar (Lightsail Network) - Stellar-native RPC, Archive RPC, hosted Galexie Data Lake
- Blockdaemon - Enterprise RPC
- Validation Cloud - Testnet & Mainnet
- QuickNode - Testnet, Mainnet & Dedicated
- Ankr - Testnet & Mainnet
- NOWNodes - All networks incl. Futurenet
- GetBlock - Testnet & Mainnet
- RPC提供商目录 - 完整提供商列表
- Quasar(Lightsail Network) - Stellar原生RPC、归档RPC、托管Galexie数据湖
- Blockdaemon - 企业级RPC
- Validation Cloud - 测试网 & 主网
- QuickNode - 测试网、主网 & 专用节点
- Ankr - 测试网 & 主网
- NOWNodes - 所有网络,包括Futurenet
- GetBlock - 测试网 & 主网
Protocol & Governance
协议与治理
Stellar Protocol
Stellar协议
- Stellar Protocol Repo
- CAPs - Core Advancement Proposals
- SEPs - Stellar Ecosystem Proposals
- Stellar协议仓库
- CAP - 核心改进提案
- SEP - Stellar生态系统提案
Key SEP Standards
关键SEP标准
- SEP-0001 - stellar.toml
- SEP-0010 - Web Authentication
- SEP-0024 - Hosted Deposit/Withdrawal
- SEP-0030 - Account Recovery
- SEP-0031 - Cross-Border Payments
- SEP-0041 - Token Interface
- SEP-0045 - Web Auth for Contract Accounts (Draft)
- SEP-0046 - Contract Meta (Active)
- SEP-0048 - Contract Interface Specification (Active)
- SEP-0050 - Non-Fungible Tokens (Draft)
- SEP-0056 - Tokenized Vault Standard (Draft, ERC-4626 equivalent)
Network Upgrades
网络升级
Project Directories & Funding
项目目录与资助
Ecosystem Discovery
生态系统发现
- Stellar Ecosystem - Official project directory
- Stellar Community Fund Projects
- Stellar生态系统 - 官方项目目录
- Stellar社区基金项目
Funding Programs
资助计划
- Stellar Community Fund - Grants up to $150K
- Soroban Audit Bank
- $100M Soroban Adoption Fund
- Stellar社区基金 - 最高15万美元资助
- Soroban审计库
- 1亿美元Soroban adoption基金
Learning Resources
学习资源
Official Tutorials
官方教程
Video Content
视频内容
Developer Tools
开发工具
- Stella AI Bot - AI assistant for Stellar developer questions
- Soroban Playground - Browser-based Soroban IDE (GitHub)
- Stella AI Bot - 针对Stellar开发者问题的AI助手
- Soroban Playground - 基于浏览器的Soroban IDE(GitHub)
Blog Posts & Guides
博客文章与指南
Stablecoins on Stellar
Stellar上的稳定币
Major Stablecoins
主要稳定币
- USDC on Stellar - Circle
- EURC on Stellar - Circle
- PYUSD (PayPal) - Verify current issuer/distribution details before integration
- Stellar上的USDC - Circle
- Stellar上的EURC - Circle
- PYUSD(PayPal) - 集成前请验证当前发行方/分发细节
Asset Discovery
资产发现
Community
社区
Developer Resources
开发者资源
Key People to Follow
值得关注的关键人物
Builders and contributors actively shaping the Stellar/Soroban ecosystem:
| Name | GitHub | X/Twitter | Focus |
|---|---|---|---|
| Tyler van der Hoeven | kalepail | @kalepail | SDF DevRel, Smart Account Kit, Passkey Kit, Launchtube |
| Leigh McCulloch | leighmcculloch | @leigh | SDF core engineer, Stellar CLI, Soroban SDK |
| James Bachini | jamesbachini | @james_bachini | SDF Dev in Residence, Soroban Playground, tutorials |
| Elliot Voris | ElliotFriend | @ElliotFriend | SDF DevRel, community education |
| Carsten Jacobsen | carstenjacobsen | — | SDF, weekly dev meetings, Soroban examples |
| Esteban Iglesias | esteblock | @esteblock_dev | PaltaLabs, Soroswap, DeFindex |
| Markus Paulson-Luna | markuspluna | @script3official | Script3, Blend Protocol |
| Alexander Mootz | mootz12 | — | Script3, Blend contracts |
| Tommaso | heytdep | @heytdep | Xycloo Labs, Mercury indexer, ZephyrVM |
| OrbitLens | orbitlens | @orbitlens | Reflector oracle, StellarExpert, Albedo |
| Frederic Rezeau | FredericRezeau | @FredericRezeau | Litemint, soroban-kit, gaming |
| Jun Luo (Overcat) | overcat | @overcat_me | Lightsail Network, Quasar RPC, Java/Python SDKs, Ledger app |
| Jay Geng | jayz22 | — | SDF, Soroban SDK, confidential tokens |
| Chad Ostrowski | chadoh | @chadoh | Aha Labs CEO, Scaffold Stellar, Soroban CLI |
| Willem Wyndham | willemneal | @willemneal | Aha Labs co-founder, Scaffold Stellar, JS contract client |
积极塑造Stellar/Soroban生态系统的开发者和贡献者:
| 姓名 | GitHub | X/Twitter | 关注领域 |
|---|---|---|---|
| Tyler van der Hoeven | kalepail | @kalepail | SDF开发者关系、Smart Account Kit、Passkey Kit、Launchtube |
| Leigh McCulloch | leighmcculloch | @leigh | SDF核心工程师、Stellar CLI、Soroban SDK |
| James Bachini | jamesbachini | @james_bachini | SDF驻场开发者、Soroban Playground、教程 |
| Elliot Voris | ElliotFriend | @ElliotFriend | SDF开发者关系、社区教育 |
| Carsten Jacobsen | carstenjacobsen | — | SDF、每周开发者会议、Soroban示例 |
| Esteban Iglesias | esteblock | @esteblock_dev | PaltaLabs、Soroswap、DeFindex |
| Markus Paulson-Luna | markuspluna | @script3official | Script3、Blend Protocol |
| Alexander Mootz | mootz12 | — | Script3、Blend合约 |
| Tommaso | heytdep | @heytdep | Xycloo Labs、Mercury索引器、ZephyrVM |
| OrbitLens | orbitlens | @orbitlens | Reflector预言机、StellarExpert、Albedo |
| Frederic Rezeau | FredericRezeau | @FredericRezeau | Litemint、soroban-kit、游戏 |
| Jun Luo (Overcat) | overcat | @overcat_me | Lightsail Network、Quasar RPC、Java/Python SDK、Ledger应用 |
| Jay Geng | jayz22 | — | SDF、Soroban SDK、保密代币 |
| Chad Ostrowski | chadoh | @chadoh | Aha Labs CEO、Scaffold Stellar、Soroban CLI |
| Willem Wyndham | willemneal | @willemneal | Aha Labs联合创始人、Scaffold Stellar、JS合约客户端 |
Builder Teams & Companies
开发团队与公司
See Part 2: Stellar Ecosystem above for a table of teams shipping production code on Stellar/Soroban, with GitHub orgs, websites, and Twitter handles.
如需在Stellar/Soroban上交付生产级代码的团队列表,包括GitHub组织、官网和Twitter账号,请查看上方的第二部分:Stellar生态系统。