feat(sdk-coin-starknet): implement Starknet SDK module#8781
Merged
Conversation
b95cdbc to
ba966a5
Compare
mohd-kashif
requested changes
May 18, 2026
55f4078 to
6711cf4
Compare
6711cf4 to
c9b9dbe
Compare
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
c9b9dbe to
03e8b8d
Compare
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.
Summary
modules/sdk-coin-starknet— full unique chain SDK packageChain Type
ECDSA (secp256k1) — uses OZ EthAccountUpgradeable for account abstraction on Starknet L2
MPC Support
shouldHash=false(Poseidon pre-hashed transactions)[r_low, r_high, s_low, s_high, v]Reference Implementations
Changes
src/starknet.ts+tstarknet.ts— mainnet + testnet coin classessrc/lib/transactionBuilderFactory.ts— builder factorysrc/lib/transferBuilder.ts— STRK transfer transactions (ERC-20 calldata)src/lib/keyPair.ts— secp256k1 key pair with Starknet address derivationsrc/lib/transaction.ts— transaction parse/explain/serializesrc/lib/utils.ts— address validation, EthAccount address computation, signature formattingsrc/lib/iface.ts,constants.ts— types and chain constantstest/unit/— keyPair, transaction, builder, coin, and utils testsRelated
🤖 Generated with Claude Code