Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 828 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 828 Bytes

Turbin3-Q1-25

A Folder that has all the turbin3 q1 2025 Prerequisite tasks.

Prerequisites

  1. Cargo Installed
  2. Solana CLI installed
  3. Rust Installed
  4. Anchor AVM Installed

Contents

  1. Airdrop - The Typescript version of the task
  2. Airdrop Rust - The Rust version of the task
  3. Solana Starter - Programs to interact with solana SPL token Program using Web3.js
  4. Vault - A Solana vault program built with anchor framework that has logic that initializes, deposits, withdraws from a vault and closes a vault account
  5. Escrow - An Escrow Program that interacts has instruction to take, make & refund tokens. It also has tests to interact with escrow program