https://github.com/solana-turbin3/q1_25_builder_4rjunc
https://github.com/solana-turbin3/q1_25_builder_4rjunc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solana-turbin3/q1_25_builder_4rjunc
- Owner: solana-turbin3
- Created: 2025-01-15T05:15:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T14:06:37.000Z (4 months ago)
- Last Synced: 2025-03-02T15:20:24.582Z (4 months ago)
- Language: TypeScript
- Size: 401 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 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
- [Nestfolio](https://github.com/4rjunc/nestfolio)
## 📦 Programs
### 1. Vault Program
[➡️ View Implementation](https://github.com/solana-turbin3/Q1_25_Builder_4rjunc/tree/main/vault)
- A secure token vault implementation### 2. Escrow Program
[➡️ View Implementation](https://github.com/solana-turbin3/Q1_25_Builder_4rjunc/tree/main/escrow)
- Trustless trading mechanism### 3. Marketplace Program
[➡️ View Implementation](https://github.com/solana-turbin3/Q1_25_Builder_4rjunc/tree/main/marketplace)
- Decentralized marketplace for digital assets### 4. AMM Program
[➡️ View Implementation](https://github.com/solana-turbin3/Q1_25_Builder_4rjunc/tree/main/amm)
- Automated Market Maker implementation### 5. Staking Program
[ View Implementation](https://github.com/solana-turbin3/Q1_25_Builder_4rjunc/tree/main/staking)
- Stake assets and get reward## 🛠 Tech Stack
- Solana Blockchain
- Anchor Framework
- Rust Programming Language
- TypeScript (for tests and client)## 📚 Getting Started
1. Clone the repository:
```bash
git clone https://github.com/solana-turbin3/Q1_25_Builder_4rjunc.git
cd Q1_25_Builder_4rjunc
```2. Navigate to any program directory:
```bash
cd
```3. Build and test:
```bash
anchor build
anchor test
```## 🔗 Additional Resources
- [Solana Cookbook](https://solana.com/pt/developers/cookbook)
- [Anchor Book](https://www.anchor-lang.com/docs)