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
- Host: GitHub
- URL: https://github.com/solana-turbin3/q1_25_builder_alaa
- Owner: solana-turbin3
- Created: 2025-01-15T12:31:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:13:05.000Z (4 months ago)
- Last Synced: 2025-03-17T09:21:31.272Z (3 months ago)
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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.