feat: add @wraith-protocol/sdk-react hooks package#39
Conversation
- Implement 5 production-ready React hooks for Stellar stealth addresses - Add useStellarStealthKeys for key derivation with memoization - Add useStellarAnnouncementScan for payment scanning with auto-polling - Add useStellarSendStealthPayment for declarative payment sending - Add useStellarName for name resolution with debouncing - Add useStellarBalance for balance fetching with auto-polling - Include comprehensive test suite with @testing-library/react - Add example React app demonstrating all hooks - Configure pnpm workspace for monorepo structure - Add full documentation (README, CONTRIBUTING, CHANGELOG) - Target bundle size 5 KB gzipped - React 18+ Strict Mode compatible - Reduces integration code by ~90% (600+ lines to ~50 lines)
|
close #20 |
|
@Zarmaijemimah Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
The GitHub flags this as mergeable, but the actual diff is touching Could you rebase and drop those? git fetch origin
git rebase origin/develop
# in the rebase, drop any of your changes to src/chains/stellar/* and test/chains/stellar/*
# keep only packages/sdk-react/* and the pnpm-workspace.yaml edit
git push --force-with-leaseOnce the diff is just the new package, this is ready. Thanks @Zarmaijemimah. |
Closes #20
feat: add @wraith-protocol/sdk-react hooks package