An open API service indexing awesome lists of open source software.

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

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)