This is a comprehensive reference to the code I wrote and edited while learning in the Solana Turbin3 Q1 Cohort. It's a personal archive showcasing me chewing glass throughout the program.
-
airdrop/
Contains TypeScript code written and edited for the pre-requisite task. -
escrow/
Contains an Anchor program for an Escrow Smart Contract. -
rust-prereq/
Contains Rust code written and edited for the second pre-requisite task. -
solana-starter/
Contains SPL-related edits made during the first class. -
vault/
Contains an Anchor program for a Vault smart contract. -
Capstone LOI - Sarugami.docx
The Capstone Letter of Intent for the Turbin3 2025 Q1 Builders Cohort.
-
Install Rust Compiler:
Follow the Rust installation guide. -
Install Node.js:
Download and install Node.js from Node.js official site. -
Install Yarn:
Use the following command:npm install --global yarn
-
🦀 Rust A general-purpose programming language emphasizing performance, type safety, and concurrency.
-
TypeScript A high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript.
-
⚓ Anchor A framework that simplifies the process of building Solana programs with an emphasis on safety and developer experience.
-
Grit Motivation and determination! 💪
If this repository serves as a helpful resource for your studies or research, you're welcome to contribute. Here's how:
Fork the base repository.
- Create a new branch for your changes.
- Submit a pull request with your updates.
- All contributions are appreciated and will be reviewed promptly.
dvrvsimi
🐦 twitter: sarugami_sol
Feel free to use this repository as a reference for your Solana development journey. Let's build together! 🚀