Skip to content

4rjunc/TURBIN3-Q1-25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Solana Turbin3 Builder Programs

👀 What's Here?

A collection of Solana Anchor programs developed during the Turbin Builders Cohort Q1 2025. Each program demonstrates different aspects of Solana development and provides practical use cases.

👷 Capstone

📦 Programs

1. Vault Program

➡️ View Implementation

  • A secure token vault implementation

2. Escrow Program

➡️ View Implementation

  • Trustless trading mechanism

3. Marketplace Program

➡️ View Implementation

  • Decentralized marketplace for digital assets

4. AMM Program

➡️ View Implementation

  • Automated Market Maker implementation

🛠 Tech Stack

  • Solana Blockchain
  • Anchor Framework
  • Rust Programming Language
  • TypeScript (for tests and client)

📚 Getting Started

  1. Clone the repository:
git clone https://github.com/solana-turbin3/Q1_25_Builder_4rjunc.git
cd Q1_25_Builder_4rjunc
  1. Navigate to any program directory:
cd <program-name>
  1. Build and test:
anchor build
anchor test

🔗 Additional Resources