https://github.com/solana-turbin3/q1_25_builder_halukg
https://github.com/solana-turbin3/q1_25_builder_halukg
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solana-turbin3/q1_25_builder_halukg
- Owner: solana-turbin3
- Created: 2025-01-15T13:55:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T15:28:44.000Z (5 months ago)
- Last Synced: 2025-01-24T18:15:04.585Z (5 months ago)
- Language: TypeScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turbin3 Q1 2024 Cohort
This repository contains assignments and projects for the Turbin3 Q1 2024 Cohort.
## Repository Structure
```
turbin3-q1-cohort/
├── week0/ # Initial prerequisites tasks
├── week1/ # Week 1 assignments
├── week2/ # Week 2 assignments
└── ...
```## Prerequisites
- Node.js and yarn
- Rust and Cargo
- Solana CLI tools
- Anchor Framework## Setup Instructions
```bash
# Install Solana CLI tools
sh -c "$(curl -sSfL https://release.solana.com/v1.17.9/install)"# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash# Download and install Node.js:
nvm install 22# Install Typescript
npm install typescript --save-dev# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```## Progress Tracker
- [X] Setup
- [X] Prereq-Typescript
- [X] Prereq-Rust