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

https://github.com/solana-turbin3/q1_25_builder_alaa


https://github.com/solana-turbin3/q1_25_builder_alaa

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Turbin3

**Turbin3 Builder's Cohort (Q1 2025)**

## What is this?
Welcome to my [Turbin3's builder's cohort](https://turbin3.com/) root projects directory! This repository will hold all of the submodules of all submissions as they're getting updated.
Make sure the submodules always stay up-to-date locally by running:

```bash
git submodule update --remote
```

- ✅ Completed submissions
- 🚧 Work in progress
- 🦄 Bonus additions not part of the program

## Entries
- 🚧 [`kasbah-capstone`](https://github.com/alaazorkane/kasbah-capstone): Capstone project, more details [here](https://kasbah0.notion.site/Capstone-Project-17b2405db67880f28e85f334d81c354e).
- ✅ [`ts-prereq`](https://github.com/alaazorkane/turbin-ts-prereq): Typescript pre-requisites using web3js v1.x as specified in the subject document.
- 🦄 [`ts-prereq-web3js-v2`](https://github.com/alaazorkane/turbin3-ts-prereq-v2): Typescript pre-requisites using the new web3.js v2.
- ✅ [`rust-prereq`](https://github.com/alaazorkane/turbin3-rust-prereq): Rust pre-requisites.
- ✅ [`wba-ts`](https://github.com/alaazorkane/wba-ts): Typescript classwork (aka`./solana-starter/ts`)
- ✅ [`wba-rs`](https://github.com/alaazorkane/wba-rs): Rust classwork (aka `./solana-starter/rs`)
- ✅ [`vault`](https://github.com/alaazorkane/turbin3-vault): Vault program.
- ✅ [`escrow`](https://github.com/alaazorkane/turbin-escrow): Escrow program.
- ✅ [`marketplace`](https://github.com/alaazorkane/turbin-marketplace): Marketplace program.
- ✅ [`nft-staking`](https://github.com/alaazorkane/turbin-nft-staking): NFT staking program.
- ✅ [`amm`](https://github.com/alaazorkane/amm): Constant Product AMM program.