Welcome to my builder repo for the Solana Turbin3 Cohort — an intensive, hands-on program focused on building meaningful Solana applications from scratch using the Anchor framework.
I joined Turbin3 to:
- Deepen my understanding of Solana development
- Build real-world on-chain applications using Rust + Anchor
- Learn through collaboration and mentorship from some of the best builders
- Connect with an amazing community of passionate Solana devs
- Sharpen my technical and problem-solving skills through consistent shipping
Here’s a collection of smart contracts and dApps built during the Turbin3 Cohort:
Click to expand
- Allows users to securely deposit, withdraw, and close vaults tied to their wallet
- Demonstrates PDA-based ownership control and asset safety
- Covers best practices for managing user funds in on-chain programs
Click to expand
- Facilitates trustless token exchange between two parties with
makeandtakeinstructions - Includes a
cancelflow for refunds and safety against unclaimed trades - Great intro to intermediate accounts and conditional logic on Solana
Click to expand
- Decentralized token swap protocol with constant product formula (x * y = k)
- Supports deposit/withdraw of liquidity and token pair creation
- Teaches liquidity pool management and basic DEX mechanisms
Click to expand
- Allows users to stake NFTs to earn token rewards over time
- Manages staking states, time-based rewards, and claim/unstake flows
- Emphasizes NFT validation and ownership verification
Click to expand
- Enables listing, buying, and delisting of verified NFTs on-chain
- Uses PDA vaults to securely hold listed assets and transfer SOL/token
- Supports fee distribution and collection-based access controls
- Blockchain: Solana
- Smart Contract Framework: Anchor
- Languages: Rust (on-chain), TypeScript (client-side)
- Testing: Anchor test suite (Mocha/Chai where needed)
- Tooling: Solana CLI, TypeScript SDK, GitHub Codespaces
- Package Managers: Cargo (Rust), pnpm/Yarn/NPM (TypeScript)
Feel free to reach out or follow my journey:
- 𝕏 @KirtirajThakor
More projects & upgrades coming soon — stay tuned 🚧