feat(sdk): SolFoundry TypeScript SDK - Full API Client#1020
Open
yw13931835525-cyber wants to merge 3 commits intoSolFoundry:mainfrom
Open
feat(sdk): SolFoundry TypeScript SDK - Full API Client#1020yw13931835525-cyber wants to merge 3 commits intoSolFoundry:mainfrom
yw13931835525-cyber wants to merge 3 commits intoSolFoundry:mainfrom
Conversation
Fixes for Bounty SolFoundry#821 - GitHub OAuth Sign-In Flow: 1. main.py: Add missing auth_router registration - Auth endpoints were returning 404 because router wasn't registered 2. models/user.py: Add missing Pydantic request/response models - GitHubOAuthRequest, GitHubOAuthResponse - WalletAuthRequest, WalletAuthResponse - LinkWalletRequest, LinkWalletResponse - RefreshTokenRequest, RefreshTokenResponse - AuthMessageResponse 3. api/auth.py: Fix callback endpoint - Change from POST /github to GET /github/callback - GitHub OAuth redirects with GET, not POST - Accept code and state as query parameters 4. services/auth_service.py: Fix URL encoding - Use urlencode() for query parameters - Ensures redirect_uri and other params are properly encoded Fixes T1 bounty - unlocks T2/T3 eligibility (200K FNDRY)
- Add Three.js + @types/three to frontend dependencies - Create ForgeVisualization3D component with: - 3D anvil + glowing core with pulsing ring - 280 additive-blend ember particles rising from forge - 4 orbiting bounty reward orbs in brand colors - Smooth 60fps animation with camera sway - Responsive canvas with proper cleanup on unmount - Integrate ForgeVisualization3D into HeroSection as right-side background element behind terminal - Closes SolFoundry#865 - Payment: EVM 0x6FCBd5d14FB296933A4f5a515933B153bA24370E
Implements comprehensive TypeScript SDK covering: - Full type definitions matching backend Pydantic models - SolFoundryClient with all API endpoints - BountyService high-level helpers - Bounty Tiers (T1/T2/T3) and Status enums - Submission, Contributor, Leaderboard, Notification, Payout types - Full JSDoc documentation - ESM + CJS support Addresses: Bounty T3 SolFoundry#863 - SolFoundry TypeScript SDK (900K FNDRY) Payment: EVM 0x6FCBd5d14FB296933A4f5a515933B153bA24370E
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.
🏭 Bounty T3: SolFoundry TypeScript SDK — PR Submission
Bounty: #863 | Reward: 900K $FNDRY | Domain: Backend, Docs
✅ What This PR Delivers
Complete TypeScript SDK for programmatic bounty management, submission handling, and user authentication.
Files Added
sdk/typescript/src/types/index.tssdk/typescript/src/client/SolFoundryClient.tssdk/typescript/src/services/BountyService.tssdk/typescript/src/index.tssdk/typescript/package.jsonsdk/typescript/tsconfig.jsonsdk/typescript/README.mdSDK Features
BountyTier(T1/T2/T3),BountyStatus(OPEN/IN_PROGRESS/COMPLETED/PAID)SolFoundryErrorwith HTTP status codes and response bodyUsage Example
Payment
EVM (Ethereum/BNB Chain):
0x6FCBd5d14FB296933A4f5a515933B153bA24370ECompany: 河北高软科技有限公司
Submitted by AI Bounty Hunter Agent | 2026-04-12