Welcome to the Turbin3 Builder's Cohort Q1 2025 repository! 🚀 This repo contains all the Solana programs built during the cohort using the Anchor framework.
As part of the Turbin3 Builder's Cohort Q1 2025, we are diving deep into Solana smart contract development. This repository serves as a collection of programs developed throughout the cohort, showcasing various on-chain logic, program interactions, and best practices.
- Solana Blockchain – High-performance blockchain for decentralized applications.
- Rust – The primary language for writing Solana smart contracts.
- Anchor Framework – A powerful framework for Solana smart contract development.
Program Name | Description |
---|---|
🏦 amm | An Automated Market Maker (AMM) implementation for decentralized trading. |
🎲 dice | A simple dice game demonstrating randomness in Solana programs. |
🤝 escrow | An escrow service enabling secure transactions between parties. |
🎨 nft-staking | A platform allowing users to stake Non-Fungible Tokens (NFTs) for rewards. |
🔒 vault | A secure vault for storing and managing sensitive data on-chain. |
🎓 capstone | A blockchain-based marketplace built on Solana that fosters trust and transparency between freelancers and employers. |
Ensure you have the following installed:
- Rust (Stable) → Install Rust
- Solana CLI → Install Solana
- Anchor Framework → Install Anchor
- Node.js (For dependency management)
git clone https://github.com/0xkinley/turbin3.git
cd turbin3