Closed
Conversation
Add complete Swift SDK with: - CDPAuth module for JWT-based authentication - CDPSDK module with EVM and Solana client support - OpenAPI-generated client via swift-openapi-generator - Auth middleware, error handling, and analytics correlation - Unit tests for auth, client, EVM, and Solana modules - CI workflows for lint, test, and publish - Examples covering account creation, signing, and transactions - Updated CONTRIBUTING.md with Swift dev setup and release instructions
🟡 Heimdall Review Status
|
Contributor
Author
|
closing to extract to separate repo |
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.
Description
Add a complete Swift SDK for the Coinbase Developer Platform (CDP). This introduces a new
swift/directory with full EVM and Solana client support, following the same patterns as the existing TypeScript, Python, Go, and Rust SDKs.Key additions:
CdpClientwithEvmClientandSolanaClientfor account management, signing, and transactionsswift-openapi-generatorfor type-safe API client generationCdpErrorandAPIErrortypesswift-format), test, and publish (SPM tag-based) workflowsTests
Unit tests added for:
CDPAuthTests/JWTTests.swift)CDPAuthTests/KeyParsingTests.swift)CDPSDKTests/AuthMiddlewareTests.swift)CDPSDKTests/CdpClientTests.swift)CDPSDKTests/EvmClientTests.swift)CDPSDKTests/SolanaClientTests.swift)Checklist