Skip to content
View RutamBhagat's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report RutamBhagat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RutamBhagat/README.md

Introduction

This repo showcases work done for the WBA Turbine 2024 Q3 Cohort, as well as some other related Solana and frontend development work. I am open for work; you can reach me via:

X: @rutamstwt | Discord: rutamstwt | Email: [email protected]

General Portfolio

Turbine3 Work

Prerequisite Task

In the prerequisite task for the Turbin3 cohort, we used typescript to generate a keypair, airdrop to that wallet, transfer sol, and enroll to the WBA registration program.

Folder:

prereq-airdrop

Rust Registration

In the registration task, we used rust to generate a keypair, airdrop to that wallet, swap between wallet keys and b58, transfer sol, and enroll to the WBA registration program.

Folder:

rust-registration

Class 1

In Class 1 we created a working token initizalizer, created the associated token account (ATA) within our own wallet for that token, then minted tokens into that ATA. I used the following during the class for additional documentation.

Files:

ts\cluster1\spl_init.ts
ts\cluster1\spl_mint.ts

Here is the final transaction of this class' work, which is the mint tx.

Necessary Run Tasks

  1. Standard install of necessary modules

    npm install --force // Or fix depedents
    
  2. Add a wba-wallet address private key locally, and double check .gitignore based on your wallet file naming convention

  3. After updating any ts files, use npm run {name in package.json scripts} to run them

    cd ts
    npm run spl_init
    

Pinned Loading

  1. RutamBhagat RutamBhagat Public

    Rust 1

  2. soldev_dApp_development soldev_dApp_development Public

    TypeScript

  3. code_wizard_frontend code_wizard_frontend Public

    API Docs: https://code-wizard-langgraph-c-rag.onrender.com

    TypeScript 1

  4. Code-Wizard-LangGraph-C_RAG Code-Wizard-LangGraph-C_RAG Public

    API Docs: https://code-wizard-langgraph-c-rag.onrender.com

    Python 2

  5. talk_spark_frontend talk_spark_frontend Public

    https://talk-spark-langgraph.onrender.com/docs

    TypeScript 1

  6. talk_spark_langgraph talk_spark_langgraph Public

    API Docs: https://talk-spark-langgraph.onrender.com/docs

    Python