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

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

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