Skip to content

Commit 6db75d5

Browse files
authored
docs: Stellar React hooks reference (#68)
- Add reference/stellar-react-hooks.mdx with full hook reference - Cover useStellarStealthKeys, useStellarAnnouncementScan, useStellarSendStealthPayment, useStellarName, useStellarBalance - Include signatures, params, return types, JSX examples, pitfalls - Add React Strict Mode and React Native caveat sections - Add full app example using all five hooks - Link from SDK Stellar page and getting-started Gated on @wraith-protocol/sdk-react shipping.
1 parent 844a2b4 commit 6db75d5

4 files changed

Lines changed: 720 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
reference/
21
node_modules/
3-
.npm/
2+
.npm/

getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,6 @@ try {
149149
- [Single-Chain Agent Guide](guides/single-chain-agent) — deeper walkthrough
150150
- [Multichain Agent Guide](guides/multichain-agent) — deploy across multiple chains
151151
- [Bring Your Own Model](guides/bring-your-own-model) — use OpenAI or Claude instead of Gemini
152+
- [Stellar React Hooks](sdk/stellar-react-hooks) — React hooks for Stellar stealth address operations
152153
- [Stellar Troubleshooting](guides/stellar-troubleshooting) — fixes for common Stellar, Soroban, and Stealth errors
153154
- [SDK Reference](sdk/agent-client) — full API documentation

0 commit comments

Comments
 (0)