feat: add @wraith-protocol/sdk-solid companion package - #194
Merged
truthixify merged 3 commits intoAug 28, 2026
Merged
Conversation
Closes wraith-protocol#183. Adds Solid.js companion package with fine-grained reactive primitives ported from sdk-react: - createStealthKeys: derive Stellar stealth keys, generate/check addresses, scan announcements, encode/decode meta-address - createScanner: fetch + match announcements via fetchAnnouncementsStream - createMetaAddress: encode/decode EVM, Stellar, and Solana meta-addresses - createActivity: Wraith agent lifecycle (create, chat, balance) All reactive values returned as Solid signal accessor functions. 43 tests, all passing. Package tree-shakes to only imported primitives. Also adds examples/stellar-solid-receive: Vite + Solid.js app that demonstrates key derivation, meta-address encoding, and canned-fixture payment scanning.
|
@chinecherem58 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! 🚀 |
Contributor
|
Merged. Signals rather than effects, cleanup via onCleanup, and primitive shapes that still line up with the React hook contract. That is the right way to port to Solid rather than wrapping the React version @chinecherem58. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #183. Adds Solid.js companion package with fine-grained reactive primitives ported from sdk-react:
All reactive values returned as Solid signal accessor functions. 43 tests, all passing. Package tree-shakes to only imported primitives.
Also adds examples/stellar-solid-receive: Vite + Solid.js app that demonstrates key derivation, meta-address encoding, and canned-fixture payment scanning.
closes #183