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.
CuraChain(Capstone) : CuraChain is a decentralized crowdfunding platform designed to connect patients in need of medical treatment with philanthropic donors. It aims to facilitate transparent and secure funding for medical cases, ensuring that contributions directly support the intended healthcare services.
Solana Starter Program : This Repository includes SPL token minting, NFT minting, and Vaults.
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 Escrow Program : The Anchor Escrow program facilitates secure token exchanges between two parties (maker and taker) without the need for a trusted intermediary.
Anchor Marketplace Program: 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.
Anchor AMM Program: This project implements an Automated Market Maker (AMM) using the Anchor framework on the Solana blockchain. The AMM uses a constant product formula for liquidity provision and token swaps.
Anchor Nft-Staking Program: This Solana program, built using the Anchor framework, implements an NFT staking mechanism. Users can stake their NFTs to earn points over time, with various configurable parameters to control the staking process.