Skip to content

Web3-Builders-Alliance/solana-frontend-development-prereq-q1y25_Ben

 
 

Repository files navigation

Turbin3 Frontend Course Prerequisites

Hey there! This repository was designed orignally by Nathan Galindo on behalf of Helius for their frontend course. It has since been condensed and modernized for the Turbin3 Frontend Course. To successfully complete the prerequisites, you will need to fork this repository and complete the two projects in the repository.

Walkthrough

A written walkthrough for both projects can be found HERE

Video Series

The original repository is paired with a video series what walks you through each project. This video is relevant to the Send Sol project. Click this link to follow along. NOTE: This video is outdated and does not match the code in the repository. Following the video directly will not help you complete the project.

Tech Stack

This course focuses on front-end development, and challenges you to build small applications using industry standard front-end technologies as well as some web3 frameworks to interact with the Solana JSON RPC API. Listed below are the main frameworks and tools you will be working with:

The frameworks and tools used to build out these projects were carefully selected because they are the tools real companies are using in the blockchain industry to build out production applications. Even though they may be new to you, becoming familiar with them will greatly benefit your hireability as a software engineer (both within, and beyond the blockchain industry)!

Getting Started

Navigate to a folder in your local environment and copy/paste the following commands into your terminal:

  git clone [YOUR_FORKED_REPO_URL]
  cd solana-frontend-development-course
  nvm install 20
  nvm use 20
  yarn
  yarn dev

At this point, the repository should be installed to your computer and hosted on your browser at http://localhost:3000.

Workflow

For each project, there is a card which contains a brief description of the project, as well as two buttons: "preview" and "starter".

  • The "preview" button, when clicked, will direct you to a finished version of the project. This is for your reference as you build the project on your own.
  • The "starter" button, when clicked, will take you to a blank page. The pages labeled "starter.jsx" within your repository are blank files that you will use to build out your own version of the given project.

Credits

Updated Repo made by: @sturt OG Repo made by: @zebedee 2023 Online Course By: helius.dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.3%
  • JavaScript 20.6%
  • CSS 0.1%