x402-engineer 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENT.md +102 -0
- package/README.md +43 -0
- package/dist/cli.cjs +137 -0
- package/package.json +51 -0
- package/skills/stellar-dev/SKILL.md +146 -0
- package/skills/stellar-dev/advanced-patterns.md +188 -0
- package/skills/stellar-dev/api-rpc-horizon.md +521 -0
- package/skills/stellar-dev/common-pitfalls.md +510 -0
- package/skills/stellar-dev/contracts-soroban.md +565 -0
- package/skills/stellar-dev/ecosystem.md +430 -0
- package/skills/stellar-dev/frontend-stellar-sdk.md +651 -0
- package/skills/stellar-dev/resources.md +306 -0
- package/skills/stellar-dev/security.md +491 -0
- package/skills/stellar-dev/standards-reference.md +94 -0
- package/skills/stellar-dev/stellar-assets.md +419 -0
- package/skills/stellar-dev/testing.md +786 -0
- package/skills/stellar-dev/zk-proofs.md +136 -0
- package/skills/x402-add-paywall/SKILL.md +208 -0
- package/skills/x402-add-paywall/references/patterns.md +132 -0
- package/skills/x402-debug/SKILL.md +92 -0
- package/skills/x402-debug/references/checklist.md +146 -0
- package/skills/x402-explain/SKILL.md +136 -0
- package/skills/x402-init/SKILL.md +129 -0
- package/skills/x402-init/templates/env-example.md +17 -0
- package/skills/x402-init/templates/express/config.ts.md +29 -0
- package/skills/x402-init/templates/express/server.ts.md +30 -0
- package/skills/x402-init/templates/fastify/adapter.ts.md +66 -0
- package/skills/x402-init/templates/fastify/config.ts.md +29 -0
- package/skills/x402-init/templates/fastify/server.ts.md +90 -0
- package/skills/x402-init/templates/hono/config.ts.md +29 -0
- package/skills/x402-init/templates/hono/server.ts.md +31 -0
- package/skills/x402-init/templates/next-app-router/config.ts.md +29 -0
- package/skills/x402-init/templates/next-app-router/server.ts.md +31 -0
- package/skills/x402-stellar/SKILL.md +139 -0
- package/skills/x402-stellar/references/api.md +237 -0
- package/skills/x402-stellar/references/patterns.md +276 -0
- package/skills/x402-stellar/references/setup.md +138 -0
- package/skills/x402-stellar/scripts/check-deps.js +218 -0
|
@@ -0,0 +1,430 @@
|
|
|
1
|
+
# Stellar Ecosystem Projects and Protocols
|
|
2
|
+
|
|
3
|
+
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.
|
|
4
|
+
|
|
5
|
+
> **Canonical directories** — For the most up-to-date project lists, check:
|
|
6
|
+
> - [Stellar Ecosystem](https://stellar.org/ecosystem) — Official directory (searchable by country, asset, category)
|
|
7
|
+
> - [SCF Projects](https://communityfund.stellar.org/projects) — Funded projects with status tracking
|
|
8
|
+
> - [Stellar on DefiLlama](https://defillama.com/chain/stellar) — Live DeFi TVL data
|
|
9
|
+
>
|
|
10
|
+
> Treat project metrics/status as volatile. Validate latest activity and production readiness before taking dependencies.
|
|
11
|
+
|
|
12
|
+
## DeFi Protocols
|
|
13
|
+
|
|
14
|
+
### Lending & Borrowing
|
|
15
|
+
|
|
16
|
+
#### Blend Protocol
|
|
17
|
+
Universal liquidity protocol enabling permissionless lending pools.
|
|
18
|
+
- **Use Case**: Lending, borrowing, yield generation
|
|
19
|
+
- **GitHub**: https://github.com/blend-capital/blend-contracts
|
|
20
|
+
- **GitHub (v2)**: https://github.com/blend-capital/blend-contracts-v2
|
|
21
|
+
- **Integrations**: Meru, Airtm, Lobstr, DeFindex, Beans
|
|
22
|
+
|
|
23
|
+
#### Slender
|
|
24
|
+
First non-custodial lending protocol on Soroban with flash loan support.
|
|
25
|
+
- **Use Case**: Lending, borrowing, flash loans
|
|
26
|
+
- **Features**: Pool-based strategy, sTokens, dTokens, utilization caps
|
|
27
|
+
- **Oracle**: SEP-40 compatible (Reflector)
|
|
28
|
+
|
|
29
|
+
### DEXs & AMMs
|
|
30
|
+
|
|
31
|
+
#### Soroswap
|
|
32
|
+
First DEX and aggregator on Stellar/Soroban.
|
|
33
|
+
- **Use Case**: Token swaps, liquidity provision, aggregation
|
|
34
|
+
- **Website**: https://soroswap.finance
|
|
35
|
+
- **GitHub (Core)**: https://github.com/soroswap/core
|
|
36
|
+
- **GitHub (Frontend)**: https://github.com/soroswap/frontend
|
|
37
|
+
- **GitHub (Aggregator)**: https://github.com/soroswap/aggregator
|
|
38
|
+
- **Docs**: https://docs.soroswap.finance
|
|
39
|
+
- **Features**: AMM + DEX aggregator across Aqua, Phoenix, Stellar Classic DEX
|
|
40
|
+
|
|
41
|
+
#### Aquarius / AQUA Network
|
|
42
|
+
Governance-driven liquidity layer with AMM functionality.
|
|
43
|
+
- **Use Case**: Liquidity incentives, AMM, governance
|
|
44
|
+
- **Website**: https://aqua.network
|
|
45
|
+
- **GitHub**: https://github.com/AquaToken/soroban-amm
|
|
46
|
+
- **GitHub (Org)**: https://github.com/AquaToken
|
|
47
|
+
- **Token**: AQUA (governance + rewards)
|
|
48
|
+
- **Docs**: https://docs.aqua.network
|
|
49
|
+
|
|
50
|
+
#### Phoenix Protocol
|
|
51
|
+
AMM protocol on Soroban.
|
|
52
|
+
- **GitHub**: https://github.com/Phoenix-Protocol-Group
|
|
53
|
+
- **Use Case**: Token swaps, liquidity pools
|
|
54
|
+
|
|
55
|
+
### Yield & Vaults
|
|
56
|
+
|
|
57
|
+
#### DeFindex
|
|
58
|
+
Yield aggregation and vault infrastructure by PaltaLabs.
|
|
59
|
+
- **Use Case**: Tokenized vaults, yield strategies, DeFi abstraction
|
|
60
|
+
- **Docs**: https://docs.defindex.io
|
|
61
|
+
- **Features**: Automated rebalancing, vault management, Blend integration
|
|
62
|
+
|
|
63
|
+
### Stablecoins & CDPs
|
|
64
|
+
|
|
65
|
+
#### Orbit CDP Protocol
|
|
66
|
+
Collateralized stablecoin issuance (USD, EUR, MXN).
|
|
67
|
+
- **Use Case**: Mint stablecoins against XLM/bond collateral
|
|
68
|
+
- **Docs**: https://docs.orbitcdp.finance
|
|
69
|
+
- **Features**: Multi-currency stablecoins, Pegkeeper automation, Blend integration
|
|
70
|
+
|
|
71
|
+
## Wallets
|
|
72
|
+
|
|
73
|
+
### Browser Extensions
|
|
74
|
+
|
|
75
|
+
#### Freighter
|
|
76
|
+
SDF's flagship non-custodial browser wallet.
|
|
77
|
+
- **Website**: https://freighter.app
|
|
78
|
+
- **Docs**: https://docs.freighter.app
|
|
79
|
+
- **GitHub**: https://github.com/stellar/freighter
|
|
80
|
+
- **GitHub (Mobile)**: https://github.com/stellar/freighter-mobile
|
|
81
|
+
- **API**: https://github.com/stellar/freighter/tree/master/library/freighter-api
|
|
82
|
+
- **Features**: Soroban support, mobile apps (iOS/Android), Discover browser
|
|
83
|
+
|
|
84
|
+
#### xBull
|
|
85
|
+
Feature-rich browser wallet with advanced capabilities.
|
|
86
|
+
- **Website**: https://xbull.app
|
|
87
|
+
- **Features**: Multi-account, hardware wallet support
|
|
88
|
+
|
|
89
|
+
#### Albedo
|
|
90
|
+
Lightweight web-based wallet and signing provider.
|
|
91
|
+
- **Website**: https://albedo.link
|
|
92
|
+
- **Use Case**: Web authentication, transaction signing
|
|
93
|
+
|
|
94
|
+
#### Rabet
|
|
95
|
+
Browser extension wallet for Stellar.
|
|
96
|
+
- **Website**: https://rabet.io
|
|
97
|
+
|
|
98
|
+
#### Hana Wallet
|
|
99
|
+
Modern Stellar wallet with DeFi features.
|
|
100
|
+
- **Website**: https://hana.network
|
|
101
|
+
|
|
102
|
+
### Mobile Wallets
|
|
103
|
+
|
|
104
|
+
#### LOBSTR
|
|
105
|
+
Most popular Stellar mobile wallet.
|
|
106
|
+
- **Website**: https://lobstr.co
|
|
107
|
+
- **Platforms**: iOS, Android, Web
|
|
108
|
+
- **Features**: DEX trading, multisig, 2FA, asset discovery
|
|
109
|
+
|
|
110
|
+
#### Beans
|
|
111
|
+
Payments platform with yield features.
|
|
112
|
+
- **Use Case**: Payments, earning (via DeFindex/Blend)
|
|
113
|
+
- **Features**: Non-custodial yield generation
|
|
114
|
+
|
|
115
|
+
### Multi-Wallet Integration
|
|
116
|
+
|
|
117
|
+
#### Stellar Wallets Kit
|
|
118
|
+
SDK for integrating multiple Stellar wallets.
|
|
119
|
+
- **GitHub**: https://github.com/Creit-Tech/Stellar-Wallets-Kit
|
|
120
|
+
- **Supports**: Freighter, LOBSTR, xBull, Albedo, Rabet, Hana, Ledger, Trezor, WalletConnect
|
|
121
|
+
|
|
122
|
+
## Developer Tools
|
|
123
|
+
|
|
124
|
+
### Smart Account & Authentication
|
|
125
|
+
|
|
126
|
+
#### Smart Account Kit (Recommended)
|
|
127
|
+
Comprehensive TypeScript SDK for OpenZeppelin Smart Accounts on Stellar/Soroban.
|
|
128
|
+
- **GitHub**: https://github.com/kalepail/smart-account-kit
|
|
129
|
+
- **Use Case**: Production smart wallets with passkeys
|
|
130
|
+
- **Built On**: [OpenZeppelin stellar-contracts](https://github.com/OpenZeppelin/stellar-contracts)
|
|
131
|
+
- **Features**:
|
|
132
|
+
- Context rules with fine-grained authorization scopes
|
|
133
|
+
- Policy support (threshold multisig, spending limits, custom policies)
|
|
134
|
+
- Session management with automatic credential persistence
|
|
135
|
+
- External wallet adapter support (Freighter, LOBSTR, etc.)
|
|
136
|
+
- Built-in indexer for contract discovery
|
|
137
|
+
- Multiple signer types (passkeys, Ed25519, policies)
|
|
138
|
+
|
|
139
|
+
#### Passkey Kit (Legacy)
|
|
140
|
+
Original TypeScript SDK for passkey-based smart wallets.
|
|
141
|
+
- **GitHub**: https://github.com/kalepail/passkey-kit
|
|
142
|
+
- **Status**: Legacy - use Smart Account Kit for new projects
|
|
143
|
+
- **Use Case**: Simple passkey wallet integration
|
|
144
|
+
- **Integration**: OpenZeppelin Relayer (gasless tx), Mercury (indexing)
|
|
145
|
+
- **Demo**: [passkey-kit-demo.pages.dev](https://passkey-kit-demo.pages.dev)
|
|
146
|
+
- **Example**: [Super Peach](https://github.com/kalepail/superpeach)
|
|
147
|
+
|
|
148
|
+
#### OpenZeppelin Relayer
|
|
149
|
+
Service for fee-sponsored transaction submission.
|
|
150
|
+
- **Docs**: https://docs.openzeppelin.com/relayer
|
|
151
|
+
- **Use Case**: Gasless transactions, fee sponsoring
|
|
152
|
+
|
|
153
|
+
### Data Indexing
|
|
154
|
+
|
|
155
|
+
For a full directory of indexing options, see [Stellar Indexer Docs](https://developers.stellar.org/docs/data/indexers).
|
|
156
|
+
|
|
157
|
+
#### Mercury
|
|
158
|
+
Stellar-native data indexing platform with Retroshades technology.
|
|
159
|
+
- **Website**: https://mercurydata.app
|
|
160
|
+
- **Docs**: https://docs.mercurydata.app
|
|
161
|
+
- **Use Case**: Event indexing, data queries, automation
|
|
162
|
+
- **Features**: Zephyr VM (serverless Rust execution at ledger close), GraphQL API
|
|
163
|
+
|
|
164
|
+
#### SubQuery
|
|
165
|
+
Multi-chain indexer supporting Stellar and Soroban.
|
|
166
|
+
- **Website**: https://subquery.network
|
|
167
|
+
- **Quick Start**: https://subquery.network/doc/indexer/quickstart/quickstart_chains/stellar.html
|
|
168
|
+
- **Features**: Block/transaction/operation/event handlers, multi-threading, 300+ chains
|
|
169
|
+
|
|
170
|
+
#### Goldsky
|
|
171
|
+
Real-time data replication and subgraph platform.
|
|
172
|
+
- **Website**: https://goldsky.com
|
|
173
|
+
- **Docs**: https://docs.goldsky.com/chains/stellar
|
|
174
|
+
- **Features**: Mirror (real-time pipelines), subgraphs, on-chain + off-chain data
|
|
175
|
+
|
|
176
|
+
#### Zephyr VM
|
|
177
|
+
Cloud execution environment for blockchain data processing.
|
|
178
|
+
- **GitHub**: https://github.com/xycloo/zephyr-vm
|
|
179
|
+
- **Use Case**: Indexing, monitoring, automation
|
|
180
|
+
- **Features**: Self-hostable, ledger-close execution
|
|
181
|
+
|
|
182
|
+
### Contract Libraries
|
|
183
|
+
|
|
184
|
+
#### OpenZeppelin Stellar Contracts
|
|
185
|
+
Audited smart contract library for Soroban (track latest release tags before pinning versions).
|
|
186
|
+
- **GitHub**: https://github.com/OpenZeppelin/stellar-contracts
|
|
187
|
+
- **Docs**: https://developers.stellar.org/docs/tools/openzeppelin-contracts
|
|
188
|
+
- **Contract Wizard**: https://wizard.openzeppelin.com/stellar
|
|
189
|
+
- **Includes**: Tokens (fungible/NFT), governance (timelock), vaults (SEP-56), access control, fee forwarder
|
|
190
|
+
- **Crates**: `stellar-tokens`, `stellar-access`, `stellar-contract-utils`
|
|
191
|
+
|
|
192
|
+
### Security Tools
|
|
193
|
+
|
|
194
|
+
#### Scout Soroban (CoinFabrik)
|
|
195
|
+
Open-source vulnerability detector with 23 detectors for Soroban contracts.
|
|
196
|
+
- **GitHub**: https://github.com/CoinFabrik/scout-soroban
|
|
197
|
+
- **Install**: `cargo install cargo-scout-audit`
|
|
198
|
+
- **Features**: CLI tool, VSCode extension, SARIF output for CI/CD
|
|
199
|
+
- **Examples**: https://github.com/CoinFabrik/scout-soroban-examples
|
|
200
|
+
|
|
201
|
+
#### OpenZeppelin Security Detectors SDK
|
|
202
|
+
Framework for building custom security detectors for Soroban.
|
|
203
|
+
- **GitHub**: https://github.com/OpenZeppelin/soroban-security-detectors-sdk
|
|
204
|
+
- **Detectors**: `auth_missing`, `unchecked_ft_transfer`, improper TTL, contract panics
|
|
205
|
+
- **Extensible**: Load external detector libraries, CI/CD ready
|
|
206
|
+
|
|
207
|
+
#### Certora Sunbeam Prover
|
|
208
|
+
Formal verification for Soroban — first WASM platform supported by Certora.
|
|
209
|
+
- **Docs**: https://docs.certora.com/en/latest/docs/sunbeam/index.html
|
|
210
|
+
- **Spec Language**: CVLR (Rust macros) — https://github.com/Certora/cvlr
|
|
211
|
+
- **Reports**: [Blend V1 verification](https://www.certora.com/reports/blend-smart-contract-verification-report)
|
|
212
|
+
- **Verifies at**: WASM bytecode level, eliminating compiler trust assumptions
|
|
213
|
+
|
|
214
|
+
#### Runtime Verification — Komet
|
|
215
|
+
Formal verification and testing tool designed for Soroban (SCF-funded).
|
|
216
|
+
- **Docs**: https://docs.runtimeverification.com/komet
|
|
217
|
+
- **Repo**: https://github.com/runtimeverification/komet
|
|
218
|
+
- **Spec Language**: Rust — property-based tests written in the same language as Soroban contracts
|
|
219
|
+
- **Operates at**: WASM bytecode level via [KWasm semantics](https://github.com/runtimeverification/wasm-semantics) (eliminates compiler trust assumptions)
|
|
220
|
+
- **Features**: Fuzzing, testing, formal verification
|
|
221
|
+
- **Reports**: https://github.com/runtimeverification/publications
|
|
222
|
+
- **Example**: [TokenOps audit and verification report](https://github.com/runtimeverification/publications/blob/main/reports/smart-contracts/TokenOps.pdf)
|
|
223
|
+
- **Blog**: [Introducing Komet](https://runtimeverification.com/blog/introducing-komet-smart-contract-testing-and-verification-tool-for-soroban-created-by-runtime-verification)
|
|
224
|
+
|
|
225
|
+
#### Soroban Security Portal (Inferara)
|
|
226
|
+
Community security knowledge base (SCF-funded).
|
|
227
|
+
- **Website**: https://sorobansecurity.com
|
|
228
|
+
- **Features**: Searchable audit reports, vulnerability database, best practices
|
|
229
|
+
|
|
230
|
+
### CLI & SDKs
|
|
231
|
+
|
|
232
|
+
#### Stellar CLI
|
|
233
|
+
Official command-line interface for Stellar/Soroban.
|
|
234
|
+
- **Docs**: https://developers.stellar.org/docs/tools/stellar-cli
|
|
235
|
+
- **Features**: Contract build, deploy, invoke, bindings generation
|
|
236
|
+
|
|
237
|
+
#### Stellar SDK (JavaScript)
|
|
238
|
+
Official JavaScript/TypeScript SDK.
|
|
239
|
+
- **GitHub**: https://github.com/stellar/js-stellar-sdk
|
|
240
|
+
- **npm**: `@stellar/stellar-sdk`
|
|
241
|
+
|
|
242
|
+
#### Soroban Rust SDK
|
|
243
|
+
Rust SDK for Soroban contract development.
|
|
244
|
+
- **GitHub**: https://github.com/stellar/rs-soroban-sdk
|
|
245
|
+
- **Crate**: `soroban-sdk`
|
|
246
|
+
|
|
247
|
+
## Oracles
|
|
248
|
+
|
|
249
|
+
#### Reflector Network
|
|
250
|
+
Community-powered price oracle for Stellar.
|
|
251
|
+
- **Website**: https://reflector.network
|
|
252
|
+
- **Docs**: https://developers.stellar.org/docs/data/oracles/oracle-providers
|
|
253
|
+
- **Features**: SEP-40 compatible, on-chain/off-chain prices, webhooks
|
|
254
|
+
- **Integrations**: Blend, OrbitCDP, DeFindex, EquitX, Slender
|
|
255
|
+
|
|
256
|
+
#### DIA Oracle
|
|
257
|
+
Cross-chain oracle with 20,000+ asset support.
|
|
258
|
+
- **Website**: https://diadata.org
|
|
259
|
+
- **Blog**: https://www.diadata.org/blog/post/soroban-stellar-oracle-dia/
|
|
260
|
+
- **Features**: VWAPIR methodology, custom feeds
|
|
261
|
+
|
|
262
|
+
#### Band Protocol
|
|
263
|
+
Cross-chain data oracle on BandChain.
|
|
264
|
+
- **Website**: https://bandprotocol.com
|
|
265
|
+
- **Architecture**: Cosmos SDK-based, cross-chain
|
|
266
|
+
|
|
267
|
+
## Gaming & NFTs
|
|
268
|
+
|
|
269
|
+
#### Litemint
|
|
270
|
+
NFT marketplace and gaming platform.
|
|
271
|
+
- **GitHub**: https://github.com/litemint/litemint-soroban-contracts
|
|
272
|
+
- **Contracts**: Timed auctions, royalty payments
|
|
273
|
+
- **Features**: Open/sealed bids, ascending/descending price, buy-now
|
|
274
|
+
|
|
275
|
+
## Infrastructure
|
|
276
|
+
|
|
277
|
+
### Anchors & On/Off Ramps
|
|
278
|
+
|
|
279
|
+
#### Stellar Ramps
|
|
280
|
+
Suite of open standards for fiat-crypto bridges.
|
|
281
|
+
- **Docs**: https://stellar.org/use-cases/ramps
|
|
282
|
+
- **SEPs**: SEP-6, SEP-24, SEP-31 (deposits/withdrawals/cross-border)
|
|
283
|
+
|
|
284
|
+
#### Anchor Platform
|
|
285
|
+
SDF-maintained platform for building SEP-compliant anchors.
|
|
286
|
+
- **Docs**: https://developers.stellar.org/docs/learn/fundamentals/anchors
|
|
287
|
+
- **GitHub**: https://github.com/stellar/java-stellar-anchor-sdk
|
|
288
|
+
|
|
289
|
+
### Block Explorers
|
|
290
|
+
|
|
291
|
+
#### StellarExpert
|
|
292
|
+
Comprehensive network explorer with analytics.
|
|
293
|
+
- **Website**: https://stellar.expert
|
|
294
|
+
- **Features**: Transactions, accounts, assets, contracts
|
|
295
|
+
|
|
296
|
+
#### Stellar Lab
|
|
297
|
+
Developer tools and transaction builder.
|
|
298
|
+
- **Website**: https://lab.stellar.org
|
|
299
|
+
|
|
300
|
+
#### StellarChain
|
|
301
|
+
Alternative explorer with contract support.
|
|
302
|
+
- **Website**: https://stellarchain.io
|
|
303
|
+
|
|
304
|
+
### Disbursements
|
|
305
|
+
|
|
306
|
+
#### Stellar Disbursement Platform (SDP)
|
|
307
|
+
Bulk payment infrastructure for enterprises.
|
|
308
|
+
- **Docs**: https://developers.stellar.org/docs/category/use-the-stellar-disbursement-platform
|
|
309
|
+
- **GitHub**: https://github.com/stellar/stellar-disbursement-platform
|
|
310
|
+
- **Use Case**: Mass payments, aid distribution, payroll
|
|
311
|
+
|
|
312
|
+
## Example Repositories
|
|
313
|
+
|
|
314
|
+
### Official Examples
|
|
315
|
+
|
|
316
|
+
#### Soroban Examples
|
|
317
|
+
Official educational smart contract examples.
|
|
318
|
+
- **GitHub**: https://github.com/stellar/soroban-examples
|
|
319
|
+
- **Includes**: Tokens, atomic swaps, auth, events, liquidity pools, timelock, deployer, merkle distribution
|
|
320
|
+
|
|
321
|
+
#### Soroban Example dApp
|
|
322
|
+
Crowdfunding dApp with Next.js frontend.
|
|
323
|
+
- **GitHub**: https://github.com/stellar/soroban-example-dapp
|
|
324
|
+
- **Learning**: Full-stack Soroban development, Freighter integration
|
|
325
|
+
|
|
326
|
+
### Community Examples
|
|
327
|
+
|
|
328
|
+
#### Soroban Guide (Xycloo)
|
|
329
|
+
Learning resources and example contracts.
|
|
330
|
+
- **GitHub**: https://github.com/xycloo/soroban-guide
|
|
331
|
+
- **Includes**: Events, rock-paper-scissors, vaults, Dutch auctions
|
|
332
|
+
|
|
333
|
+
#### Soroban Contracts (icolomina)
|
|
334
|
+
Governance and investment contract examples.
|
|
335
|
+
- **GitHub**: https://github.com/icolomina/soroban-contracts
|
|
336
|
+
- **Includes**: Ballot voting, investment contracts, multisig
|
|
337
|
+
|
|
338
|
+
#### Oracle Example
|
|
339
|
+
Publisher-subscriber oracle pattern.
|
|
340
|
+
- **GitHub**: https://github.com/FredericRezeau/soroban-oracle-example
|
|
341
|
+
- **Uses**: soroban-kit oracle module
|
|
342
|
+
|
|
343
|
+
#### OZ Stellar NFT
|
|
344
|
+
Simple NFT using OpenZeppelin.
|
|
345
|
+
- **GitHub**: https://github.com/jamesbachini/OZ-Stellar-NFT
|
|
346
|
+
|
|
347
|
+
## Cross-Chain
|
|
348
|
+
|
|
349
|
+
#### Axelar
|
|
350
|
+
Cross-chain gateway and Interchain Token Service for Soroban.
|
|
351
|
+
- **GitHub**: https://github.com/axelarnetwork/axelar-amplifier-stellar
|
|
352
|
+
- **Use Case**: Cross-chain messaging, token bridging, interoperability
|
|
353
|
+
- **Status**: Active development (verify latest activity before integrating)
|
|
354
|
+
|
|
355
|
+
#### Allbridge Core
|
|
356
|
+
Cross-chain stable swap bridge (Stellar is 10th supported chain).
|
|
357
|
+
- **Use Case**: Cross-chain stablecoin transfers (USDC between Stellar, Base, Arbitrum, etc.)
|
|
358
|
+
- **Features**: Automatic Stellar account activation, liquidity pools
|
|
359
|
+
|
|
360
|
+
#### LayerZero
|
|
361
|
+
Omnichain interoperability protocol with Stellar support.
|
|
362
|
+
- **Use Case**: Cross-chain messaging, token bridging (OFT/ONFT), dApp interoperability
|
|
363
|
+
- **Features**: OApp standard, Omni-Chain Fungible Tokens, native issuer minting/burning control
|
|
364
|
+
|
|
365
|
+
## Builder Teams & Companies
|
|
366
|
+
|
|
367
|
+
Notable teams shipping production-level code on Stellar/Soroban. For a broader directory, see [Stellar Ecosystem](https://stellar.org/ecosystem).
|
|
368
|
+
|
|
369
|
+
| Team | Website | GitHub | X/Twitter | Notable Projects |
|
|
370
|
+
|------|---------|--------|-----------|-----------------|
|
|
371
|
+
| **Lightsail Network** | [lightsail.network](https://lightsail.network) | [lightsail-network](https://github.com/lightsail-network) | [@overcat_me](https://x.com/overcat_me) | Quasar RPC, Java/Python SDKs, Ledger app, validators |
|
|
372
|
+
| **PaltaLabs** | [paltalabs.io](https://paltalabs.io) | [paltalabs](https://github.com/paltalabs) | [@PaltaLabs](https://x.com/PaltaLabs) | Soroswap, DeFindex |
|
|
373
|
+
| **Aha Labs** | [ahalabs.dev](https://ahalabs.dev) | [AhaLabs](https://github.com/AhaLabs) | [@AhaLabsDev](https://x.com/AhaLabsDev) | Scaffold Stellar, Soroban CLI contributions |
|
|
374
|
+
| **OpenZeppelin** | [openzeppelin.com](https://www.openzeppelin.com/networks/stellar) | [OpenZeppelin](https://github.com/OpenZeppelin/stellar-contracts) | [@OpenZeppelin](https://x.com/OpenZeppelin) | Contracts library, Relayer, Monitor, Security Detectors SDK |
|
|
375
|
+
| **Cheesecake Labs** | [cheesecakelabs.com](https://cheesecakelabs.com) | [CheesecakeLabs](https://github.com/CheesecakeLabs) | [@CheesecakeLabs](https://x.com/CheesecakeLabs) | Stellar Plus library |
|
|
376
|
+
| **Script3 / Blend Capital** | [script3.io](https://script3.io) | [script3](https://github.com/script3), [blend-capital](https://github.com/blend-capital) | [@script3official](https://x.com/script3official) | Blend Protocol |
|
|
377
|
+
| **Xycloo Labs** | [xycloo.com](https://xycloo.com) | [Xycloo](https://github.com/Xycloo) | [@heytdep](https://x.com/heytdep) | Mercury indexer, Zephyr VM |
|
|
378
|
+
| **CoinFabrik** | [coinfabrik.com](https://www.coinfabrik.com) | [CoinFabrik](https://github.com/CoinFabrik) | [@coinfabrik](https://x.com/coinfabrik) | Scout Soroban (static analysis) |
|
|
379
|
+
| **Creit Tech** | [creit.tech](https://creit.tech) | [Creit-Tech](https://github.com/Creit-Tech) | [@CreitTech_](https://x.com/CreitTech_) | Stellar Wallets Kit, xBull, SorobanHub |
|
|
380
|
+
| **Ultra Stellar** | [ultrastellar.com](https://ultrastellar.com) | [lobstrco](https://github.com/lobstrco) | [@Lobstrco](https://x.com/Lobstrco) | LOBSTR wallet, StellarExpert |
|
|
381
|
+
|
|
382
|
+
## Project Directories
|
|
383
|
+
|
|
384
|
+
### Official Directories
|
|
385
|
+
|
|
386
|
+
#### Stellar Ecosystem Directory
|
|
387
|
+
The canonical, up-to-date project directory maintained by SDF.
|
|
388
|
+
- **Website**: https://stellar.org/ecosystem
|
|
389
|
+
- **Features**: Search by country, asset, category
|
|
390
|
+
- **Includes**: DeFi, wallets, anchors, on/off ramps, exchanges, infrastructure
|
|
391
|
+
|
|
392
|
+
#### SCF Project Tracker
|
|
393
|
+
All Stellar Community Fund–funded projects with status and milestones.
|
|
394
|
+
- **Website**: https://communityfund.stellar.org/projects
|
|
395
|
+
|
|
396
|
+
### Funding Programs
|
|
397
|
+
|
|
398
|
+
#### Stellar Community Fund (SCF)
|
|
399
|
+
Grants up to $150K per funding round.
|
|
400
|
+
- **Website**: https://communityfund.stellar.org
|
|
401
|
+
- **Funded**: 100+ projects across DeFi, NFT, GameFi, Web3
|
|
402
|
+
|
|
403
|
+
#### Soroban Audit Bank
|
|
404
|
+
Security audit funding for SCF projects.
|
|
405
|
+
- **Website**: https://stellar.org/grants-and-funding/soroban-audit-bank
|
|
406
|
+
- **Features**: Pre-negotiated audit rates, readiness checklist
|
|
407
|
+
|
|
408
|
+
## Real-World Assets
|
|
409
|
+
|
|
410
|
+
### Major Issuers on Stellar
|
|
411
|
+
- **Franklin Templeton**: Regulated fund tokens
|
|
412
|
+
- **Ondo**: Tokenized real estate
|
|
413
|
+
- **RedSwan**: $100M commercial real estate
|
|
414
|
+
- **Centrifuge**: Yield-generating tokens
|
|
415
|
+
- **WisdomTree**: Asset-backed tokens
|
|
416
|
+
|
|
417
|
+
### Stablecoins
|
|
418
|
+
- **USDC** (Circle): Primary USD stablecoin
|
|
419
|
+
- **EURC** (Circle): EUR stablecoin
|
|
420
|
+
- **PYUSD** (PayPal): Verify current issuance and distribution details before launch planning
|
|
421
|
+
|
|
422
|
+
## Enterprise Integrations
|
|
423
|
+
|
|
424
|
+
Major companies building on Stellar:
|
|
425
|
+
- **PayPal**: PYUSD stablecoin
|
|
426
|
+
- **Visa**: Settlement infrastructure
|
|
427
|
+
- **Mastercard**: Payment rails
|
|
428
|
+
- **Wirex**: USDC/EURC settlement
|
|
429
|
+
- **U.S. Bank**: Custom stablecoin testing
|
|
430
|
+
- **PwC**: Stablecoin exploration
|