standards

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Standards, 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:
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

合约与代币接口

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 (
    cap-0046-*.md
    ): runtime, lifecycle, host functions, storage, auth, metering
  • CAP-0046:Soroban概述
  • CAP-0046子文档(
    cap-0046-*.md
    ):运行时、生命周期、宿主函数、存储、认证、计量

Frequently used contract capabilities

常用合约功能

  • CAP-0051: secp256r1 verification (passkey-related cryptography)
  • CAP-0053: TTL extension behavior
  • CAP-0058: constructors (
    __constructor
    )
  • CAP-0059: BLS12-381 primitives
  • CAP-0067: protocol/runtime improvements including asset/event model changes
  • CAP-0051:secp256r1验证(与密钥相关的密码学)
  • CAP-0053:TTL扩展行为
  • CAP-0058:构造函数(
    __constructor
  • CAP-0059:BLS12-381原语
  • CAP-0067:协议/运行时改进,包括资产/事件模型变更

Newer and draft crypto/features

较新的加密/功能提案

  • CAP-0074: BN254 host functions proposal
  • CAP-0075: Poseidon/Poseidon2 proposal
  • CAP-0079: muxed-address strkey conversion proposal
Use the CAP preamble status fields as the source of truth for implementation readiness.
请以CAP前言中的状态字段作为实施就绪性的权威来源。

Quick mapping by use case

按用例快速映射

I am building a fungible token

我正在构建可替代代币

  1. Start with SEP-0041 interface expectations.
  2. Prefer Stellar Assets + SAC interop unless custom logic is required.
  3. If regulated, review SEP-0057 patterns.
  1. 从SEP-0041接口要求开始。
  2. 除非需要自定义逻辑,否则优先选择Stellar资产 + SAC互操作性。
  3. 若涉及监管,请查看SEP-0057模式。

I need upgrade-safe contracts

我需要可安全升级的合约

  1. Read SEP-0049 guidance for upgrade process design.
  2. Use CAP-0058 constructors for atomic initialization where protocol support exists.
  3. Add migration/versioning strategy before deploying upgradeable contracts.
  1. 阅读SEP-0049关于升级流程设计的指引。
  2. 在协议支持的情况下,使用CAP-0058构造函数进行原子初始化。
  3. 在部署可升级合约前,添加迁移/版本控制策略。

I am building a smart-wallet flow

我正在构建智能钱包流程

  1. Use SEP-0010 for web authentication flows.
  2. Review CAP-0051 for passkey-related cryptographic primitives.
  3. Align wallet UX and signing payloads with current SDK guidance.
  1. 使用SEP-0010实现Web认证流程。
  2. 查看CAP-0051了解与密钥相关的密码学原语。
  3. 使钱包UX和签名 payload 与当前SDK指引保持一致。

I need anchor integration for fiat rails

我需要锚点集成以对接法币通道

  1. SEP-0006 for API-first flows.
  2. SEP-0024 for hosted interactive rails.
  3. SEP-0031 when supporting payment corridors.
  4. SEP-0012 for KYC data requirements.
  1. 采用SEP-0006实现API优先的流程。
  2. 采用SEP-0024实现托管式交互式通道。
  3. 支持支付走廊时采用SEP-0031。
  4. 采用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:
Treat project metrics/status as volatile. Validate latest activity and production readiness before taking dependencies.
本指南分类整理了Stellar生态系统中的主要项目、协议和工具。在Stellar上进行开发时,可将其作为参考,寻找相关集成、示例和社区项目。
权威目录 — 如需最新的项目列表,请查看:
请将项目指标/状态视为易变内容。在依赖前,请验证最新活动情况和生产就绪性。

DeFi Protocols

DeFi协议

Lending & Borrowing

借贷

Blend Protocol

Blend Protocol

Universal liquidity protocol enabling permissionless lending pools.
支持无许可借贷池的通用流动性协议。

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.
Stellar/Soroban上首个DEX和聚合器。

Aquarius / AQUA Network

Aquarius / AQUA Network

Governance-driven liquidity layer with AMM functionality.
由治理驱动的流动性层,具备AMM功能。

Phoenix Protocol

Phoenix Protocol

AMM protocol on Soroban.
Soroban上的AMM协议。

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.
SDF的旗舰非托管浏览器钱包。

xBull

xBull

Feature-rich browser wallet with advanced capabilities.
功能丰富的浏览器钱包,具备高级功能。

Albedo

Albedo

Lightweight web-based wallet and signing provider.
轻量级基于Web的钱包和签名提供商。

Rabet

Rabet

Browser extension wallet for Stellar.
Stellar浏览器扩展钱包。

Hana Wallet

Hana Wallet

Modern Stellar wallet with DeFi features.
具备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.
用于集成多个Stellar钱包的SDK。

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。
  • GitHubhttps://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.
基于密钥的智能钱包的初代TypeScript SDK。

OpenZeppelin Relayer

OpenZeppelin Relayer

Service for fee-sponsored transaction submission.
支持费用赞助交易提交的服务。

Data Indexing

数据索引

For a full directory of indexing options, see Stellar Indexer Docs.
如需完整的索引选项目录,请查看Stellar索引器文档

Mercury

Mercury

Stellar-native data indexing platform with Retroshades technology.
具备Retroshades技术的Stellar原生数据索引平台。

SubQuery

SubQuery

Multi-chain indexer supporting Stellar and Soroban.
支持Stellar和Soroban的多链索引器。

Goldsky

Goldsky

Real-time data replication and subgraph platform.
实时数据复制和子图平台。

Zephyr VM

Zephyr VM

Cloud execution environment for blockchain data processing.
用于区块链数据处理的云执行环境。

Contract Libraries

合约库

OpenZeppelin Stellar Contracts

OpenZeppelin Stellar Contracts

Audited smart contract library for Soroban (track latest release tags before pinning versions).
针对Soroban的经过审计的智能合约库(固定版本前请跟踪最新发布标签)。

Security Tools

安全工具

Scout Soroban (CoinFabrik)

Scout Soroban(CoinFabrik)

Open-source vulnerability detector with 23 detectors for Soroban contracts.
开源漏洞检测器,为Soroban合约提供23种检测器。

OpenZeppelin Security Detectors SDK

OpenZeppelin Security Detectors SDK

Framework for building custom security detectors for Soroban.
用于为Soroban构建自定义安全检测器的框架。

Certora Sunbeam Prover

Certora Sunbeam Prover

Formal verification for Soroban — first WASM platform supported by Certora.
针对Soroban的形式化验证工具 — Certora支持的首个WASM平台。

Runtime Verification — Komet

Runtime Verification — Komet

Formal verification and testing tool designed for Soroban (SCF-funded).
为Soroban设计的形式化验证和测试工具(获SCF资助)。

Soroban Security Portal (Inferara)

Soroban Security Portal(Inferara)

Community security knowledge base (SCF-funded).
社区安全知识库(获SCF资助)。

CLI & SDKs

CLI与SDK

Stellar CLI

Stellar CLI

Official command-line interface for Stellar/Soroban.
Stellar/Soroban官方命令行界面。

Stellar SDK (JavaScript)

Stellar SDK(JavaScript)

Official JavaScript/TypeScript SDK.
官方JavaScript/TypeScript SDK。

Soroban Rust SDK

Soroban Rust SDK

Rust SDK for Soroban contract development.
用于Soroban合约开发的Rust SDK。

Oracles

预言机

Reflector Network

Reflector Network

Community-powered price oracle for Stellar.
社区驱动的Stellar价格预言机。

DIA Oracle

DIA Oracle

Cross-chain oracle with 20,000+ asset support.
支持20000+资产的跨链预言机。

Band Protocol

Band Protocol

Cross-chain data oracle on BandChain.
基于BandChain的跨链数据预言机。

Gaming & NFTs

游戏与NFT

Litemint

Litemint

NFT marketplace and gaming platform.
NFT市场和游戏平台。

Infrastructure

基础设施

Anchors & On/Off Ramps

锚点与出入金通道

Stellar Ramps

Stellar Ramps

Suite of open standards for fiat-crypto bridges.
针对法币-加密货币桥的开放标准套件。

Anchor Platform

Anchor Platform

SDF-maintained platform for building SEP-compliant anchors.
由SDF维护的平台,用于构建符合SEP标准的锚点。

Block Explorers

区块浏览器

StellarExpert

StellarExpert

Comprehensive network explorer with analytics.
全面的网络浏览器,具备分析功能。

Stellar Lab

Stellar Lab

Developer tools and transaction builder.
开发工具和交易构建器。

StellarChain

StellarChain

Alternative explorer with contract support.
支持合约的替代浏览器。

Disbursements

批量支付

Stellar Disbursement Platform (SDP)

Stellar Disbursement Platform(SDP)

Bulk payment infrastructure for enterprises.
面向企业的批量支付基础设施。

Example Repositories

示例仓库

Official Examples

官方示例

Soroban Examples

Soroban Examples

Official educational smart contract examples.
官方教育类智能合约示例。

Soroban Example dApp

Soroban Example dApp

Crowdfunding dApp with Next.js frontend.
基于Next.js前端的众筹dApp。

Community Examples

社区示例

Soroban Guide (Xycloo)

Soroban Guide(Xycloo)

Learning resources and example contracts.
学习资源和示例合约。

Soroban Contracts (icolomina)

Soroban Contracts(icolomina)

Governance and investment contract examples.
治理和投资合约示例。

Oracle Example

Oracle Example

Publisher-subscriber oracle pattern.
发布者-订阅者预言机模式。

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.
针对Soroban的跨链网关和跨链代币服务。

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.
TeamWebsiteGitHubX/TwitterNotable Projects
Lightsail Networklightsail.networklightsail-network@overcat_meQuasar RPC, Java/Python SDKs, Ledger app, validators
PaltaLabspaltalabs.iopaltalabs@PaltaLabsSoroswap, DeFindex
Aha Labsahalabs.devAhaLabs@AhaLabsDevScaffold Stellar, Soroban CLI contributions
OpenZeppelinopenzeppelin.comOpenZeppelin@OpenZeppelinContracts library, Relayer, Monitor, Security Detectors SDK
Cheesecake Labscheesecakelabs.comCheesecakeLabs@CheesecakeLabsStellar Plus library
Script3 / Blend Capitalscript3.ioscript3, blend-capital@script3officialBlend Protocol
Xycloo Labsxycloo.comXycloo@heytdepMercury indexer, Zephyr VM
CoinFabrikcoinfabrik.comCoinFabrik@coinfabrikScout Soroban (static analysis)
Creit Techcreit.techCreit-Tech@CreitTech_Stellar Wallets Kit, xBull, SorobanHub
Ultra Stellarultrastellar.comlobstrco@LobstrcoLOBSTR wallet, StellarExpert
在Stellar/Soroban上交付生产级代码的知名团队。如需更全面的目录,请查看Stellar生态系统
团队官网GitHubX/Twitter知名项目
Lightsail Networklightsail.networklightsail-network@overcat_meQuasar RPC、Java/Python SDK、Ledger应用、验证节点
PaltaLabspaltalabs.iopaltalabs@PaltaLabsSoroswap、DeFindex
Aha Labsahalabs.devAhaLabs@AhaLabsDevScaffold Stellar、Soroban CLI贡献
OpenZeppelinopenzeppelin.comOpenZeppelin@OpenZeppelin合约库、Relayer、Monitor、Security Detectors SDK
Cheesecake Labscheesecakelabs.comCheesecakeLabs@CheesecakeLabsStellar Plus库
Script3 / Blend Capitalscript3.ioscript3blend-capital@script3officialBlend Protocol
Xycloo Labsxycloo.comXycloo@heytdepMercury索引器、Zephyr VM
CoinFabrikcoinfabrik.comCoinFabrik@coinfabrikScout Soroban(静态分析)
Creit Techcreit.techCreit-Tech@CreitTech_Stellar Wallets Kit、xBull、SorobanHub
Ultra Stellarultrastellar.comlobstrco@LobstrcoLOBSTR钱包、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.
每轮资助最高可达15万美元。

Soroban Audit Bank

Soroban审计库

Security audit funding for SCF projects.
为SCF项目提供安全审计资助。

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开发者文档

API References

API参考

SDKs

SDK

Client SDKs (Application Development)

客户端SDK(应用开发)

Contract SDK (Soroban Development)

合约SDK(Soroban开发)

CLI Tools

CLI工具

Stellar CLI

Stellar CLI

Scaffold Stellar

Scaffold Stellar

Quickstart (Local Development)

快速开始(本地开发)

Contract Libraries & Tools

合约库与工具

OpenZeppelin Stellar Contracts

OpenZeppelin Stellar Contracts

Smart Account SDKs

智能账户SDK

Developer Tools

开发工具

Example Repositories

示例仓库

Official Examples

官方示例

Community Examples

社区示例

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

漏洞赏金计划

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

静态分析

Formal Verification

形式化验证

Security Resources

安全资源

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

协议与规范

SDK Documentation

SDK文档

Proving Systems & Tooling

证明系统与工具

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

测试指南

Local Development

本地开发

Test Networks

测试网络

Data & Analytics

数据与分析

Data Documentation Hub

数据文档中心

Block Explorers

区块浏览器

Data Indexers

数据索引器

Historical Data & Analytics

历史数据与分析

  • Hubble - BigQuery dataset (updated every 30 min)
  • Galexie - Data pipeline for building data lakes
  • Data Lake - Powers RPC Infinite Scroll (public via AWS Open Data)
  • Hubble - BigQuery数据集(每30分钟更新)
  • Galexie - 用于构建数据湖的数据管道
  • 数据湖 - 为RPC无限滚动提供支持(通过AWS开放数据公开)

Infrastructure

基础设施

Anchors & On/Off Ramps

锚点与出入金通道

Disbursements

批量支付

RPC Providers

RPC提供商

Protocol & Governance

协议与治理

Stellar Protocol

Stellar协议

Key SEP Standards

关键SEP标准

Network Upgrades

网络升级

Project Directories & Funding

项目目录与资助

Ecosystem Discovery

生态系统发现

Funding Programs

资助计划

Learning Resources

学习资源

Official Tutorials

官方教程

Video Content

视频内容

Developer Tools

开发工具

Blog Posts & Guides

博客文章与指南

Stablecoins on Stellar

Stellar上的稳定币

Major Stablecoins

主要稳定币

Asset Discovery

资产发现

Community

社区

Developer Resources

开发者资源

Key People to Follow

值得关注的关键人物

Builders and contributors actively shaping the Stellar/Soroban ecosystem:
NameGitHubX/TwitterFocus
Tyler van der Hoevenkalepail@kalepailSDF DevRel, Smart Account Kit, Passkey Kit, Launchtube
Leigh McCullochleighmcculloch@leighSDF core engineer, Stellar CLI, Soroban SDK
James Bachinijamesbachini@james_bachiniSDF Dev in Residence, Soroban Playground, tutorials
Elliot VorisElliotFriend@ElliotFriendSDF DevRel, community education
Carsten JacobsencarstenjacobsenSDF, weekly dev meetings, Soroban examples
Esteban Iglesiasesteblock@esteblock_devPaltaLabs, Soroswap, DeFindex
Markus Paulson-Lunamarkuspluna@script3officialScript3, Blend Protocol
Alexander Mootzmootz12Script3, Blend contracts
Tommasoheytdep@heytdepXycloo Labs, Mercury indexer, ZephyrVM
OrbitLensorbitlens@orbitlensReflector oracle, StellarExpert, Albedo
Frederic RezeauFredericRezeau@FredericRezeauLitemint, soroban-kit, gaming
Jun Luo (Overcat)overcat@overcat_meLightsail Network, Quasar RPC, Java/Python SDKs, Ledger app
Jay Gengjayz22SDF, Soroban SDK, confidential tokens
Chad Ostrowskichadoh@chadohAha Labs CEO, Scaffold Stellar, Soroban CLI
Willem Wyndhamwillemneal@willemnealAha Labs co-founder, Scaffold Stellar, JS contract client
积极塑造Stellar/Soroban生态系统的开发者和贡献者:
姓名GitHubX/Twitter关注领域
Tyler van der Hoevenkalepail@kalepailSDF开发者关系、Smart Account Kit、Passkey Kit、Launchtube
Leigh McCullochleighmcculloch@leighSDF核心工程师、Stellar CLI、Soroban SDK
James Bachinijamesbachini@james_bachiniSDF驻场开发者、Soroban Playground、教程
Elliot VorisElliotFriend@ElliotFriendSDF开发者关系、社区教育
Carsten JacobsencarstenjacobsenSDF、每周开发者会议、Soroban示例
Esteban Iglesiasesteblock@esteblock_devPaltaLabs、Soroswap、DeFindex
Markus Paulson-Lunamarkuspluna@script3officialScript3、Blend Protocol
Alexander Mootzmootz12Script3、Blend合约
Tommasoheytdep@heytdepXycloo Labs、Mercury索引器、ZephyrVM
OrbitLensorbitlens@orbitlensReflector预言机、StellarExpert、Albedo
Frederic RezeauFredericRezeau@FredericRezeauLitemint、soroban-kit、游戏
Jun Luo (Overcat)overcat@overcat_meLightsail Network、Quasar RPC、Java/Python SDK、Ledger应用
Jay Gengjayz22SDF、Soroban SDK、保密代币
Chad Ostrowskichadoh@chadohAha Labs CEO、Scaffold Stellar、Soroban CLI
Willem Wyndhamwillemneal@willemnealAha 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生态系统。

Foundation

基金会