Installing Dependencies | Module 2 | Solana Development Series
Gajesh Naik Gajesh Naik
18.8K subscribers
1,484 views
46

 Published On Jan 27, 2022

in this video, we'll be installing dependencies to build on solana.

commands:
- Rust:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup component add rustfmt

- Solana
sh -c "$(curl -sSfL https://release.solana.com/v1.9.1/ins...)"

- Yarn
npm install -g yarn

- Anchor
cargo install --git https://github.com/project-serum/anchor --tag v0.20.1 anchor-cli --locked

about the series:
Solana Dev Series is a collection of explainer videos, coding tutorials, projects and a bunch of interviews & panel discussions. The goal of the project is to teach Solana development by building projects & to onboard the next wave of Solana developers.

Special Thanks To:
- Akshay BD (  / akshaybd  )
- Chase Barker (  / therealchaseeb  )
- SuperteamDAO (  / superteamdao  )

about me:
hey! im gajesh naik, 14 y/o founder of taksh.xyz (building no-loss prize games on solana & avalanche). i like to build stuff & learn new stacks every year. been coding for past 6 yrs.

twitter:   / gajeshnaik  
solana address: gajesh.sol

~ not sponsored by ftx :)

show more

Share/Embed