Enrollment dApp- typescript version : Solana Airdrop and Enrollment Project. This project demonstrates how to interact with the Solana blockchain using TypeScript.
Enrollment dApp- rust version : Solana Enrollment dApp (Rust Version) This project demonstrates interaction with the Solana blockchain using Rust. It includes scripts for generating a keypair, requesting an airdrop, transferring tokens, and enrolling in the Turbin3 prerequisite program.
Anchor Escrow : The Anchor Escrow program facilitates secure token exchanges between two parties (maker and taker) without the need for a trusted intermediary.
Solana Starter Program : This Repository includes SPL token minting program, NFT minting, and Vaults excercises for the Turbin3 Q1 25 Builders Cohort.
Anchor Vault Program : This is an Anchor-based Solana program that implements a simple vault system. Users can initialize a vault, deposit funds, withdraw funds, and close the vault.
Anchor Marketplace : Anchor Marketplace is a decentralized NFT marketplace built on the Solana blockchain using the Anchor framework. This project demonstrates how to create a robust and flexible marketplace for listing, purchasing, and managing NFTs.