Skip to content

Feat: Stellar client support#41

Merged
Obiajulu-gif merged 2 commits into
Chainmove:mainfrom
CeceOs92:feature/Stellar-client-support
Jun 20, 2026
Merged

Feat: Stellar client support#41
Obiajulu-gif merged 2 commits into
Chainmove:mainfrom
CeceOs92:feature/Stellar-client-support

Conversation

@CeceOs92

Copy link
Copy Markdown
Contributor

Summary

Added a server-only Stellar client helper for Horizon and Soroban RPC, with validated Testnet/Mainnet selection and network passphrases. Added tests and evidence screenshots.

Area changed

Check all that apply:

  • Frontend / UI
  • Backend / API routes
  • Auth / Privy
  • Payments / Paystack
  • Email / Resend
  • Stellar / Soroban
  • MongoDB models
  • Documentation
  • Tests
  • Security

Contributor safety checklist

  • I did not commit .env.local or real secrets.
  • I did not expose server-only variables in client-side code.
  • I used mock mode or my own sandbox/test credentials.
  • I did not add deployment steps for contributor PRs.
  • I did not add maintainer-only credentials.

Testing

  • npm run lint
  • Targeted Stellar tests: 10 passed ✅
  • npm run build
  • Full npm test has one pre-existing Mongo hook timeout in __tests__/models/User.test.ts.
  • npm run typecheck --if-present has pre-existing application type errors unrelated to this change.

Closes #3

@Obiajulu-gif Obiajulu-gif merged commit 086a9f6 into Chainmove:main Jun 20, 2026
@grantfox-oss grantfox-oss Bot mentioned this pull request Jun 20, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P0] Add Stellar network client helper

2 participants