Installing All You Need for Solana Development [Solana Basics Tutorial] - Nov 16th '23

preview_player
Показать описание
How to install everything you need for Solana development. At least that's the things I have installed. If nothing else it's a good start ;)

Chapters:
0:00 Intro
1:37 My system
3:56 Installing WSL 2
6:18 Installing Solana CLI
7:50 Installing VS Code
9:20 Solana CLI on Windows
11:43 Installing Node/npm an yarn
17:25 Installing Rust
18:36 Installing Anchor
22:20 VSC Extentions : Rust Analyzer
26:33 Installing ts-node (with nvm)
30:25 Typescript development
33:42 Conclusion

Contact me via Sollinked

Join the discord

More links:

Thanks for watching!
Рекомендации по теме
Комментарии
Автор

Thanks a lot I was stuck in the total environment setting for 2 weeks but very much thanks to u and Solana docs too I got installed it and while facing errors I also learned Linux!!!

cogplayer
Автор

Great video - very straightforward! I ran into 1 or 2 small issues on my end but a simple Google search helped to rectify them. Thanks so much.

avenuempire
Автор

The value you provide here is brilliant, I was so lost trying to navigate all of this! Ws

ZAW
Автор

Really helpful I was strugling with solana cli, this helps me to get it done

ayushsingh-wkft
Автор

Thanks!!!😭So hard to set the enviroment. Following your guide, I complete it finally😭. It was so hard.

tomwilliam
Автор

Can't install AVM - says Command 'avm' not found, did you mean:
I installed cargo, anchor rust but cannot AVM

nqlid
Автор

I don't get what you did with the node_modules there. I'd like to replicate it in hardhat

daveproxy
Автор

i got so confused when you were swapping between the two OS. Then when trying to run the npm @solana/web3.js i was getting a ton of errors in powershell. Sadly i gave up

authauth
Автор

Andy, when i run solana-test-validator command, the output is “aborted” any way around this? Thanks

privateryan
Автор

Congrats on the new machine. Is it purple? 💜

metasal
Автор

Excuse me, but short was hopefully meant to a kind flavour of irony 😅. Will give it a (short) try i guess. Thx

RealLexable
Автор

Im getting stuck on the rust installation eitht the ctx variable the message wont go away i tried to manually put a underscore but nothing changes

DatDudeSnupe
Автор

To anyone getting errors mentioning rustc when doing 'anchor build', do this:


And then again:

anchor build


That should do the trick.

mtucki
Автор

I can't seem to first with first stage as I keep getting an "Unsupported Machine Architecture Error"

EmmanuelObioha-yq
Автор

I know you are probably busy, but I can;t seem to get past thus error, i've been racking my brain at it for hour now :)

> console.log("hi")
<repl>.ts:4:1 - error TS2584: Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.

ZAW
Автор

i was with you step by step but i have a problem here : 24:14
can you please help me i was this problem i try different solutions no one fix it ..
im on linux ubuntu last version


error: package `solana-program v1.18.2` cannot be built because it requires rustc 1.72.0 or newer, while the currently active rustc version is 1.68.0-dev
Either upgrade to rustc 1.72.0 or newer, or use
where `ver` is the latest version of `solana-program` supporting rustc 1.68.0-dev
rustc 1.72.0 (5680fa18f 2023-08-23)

AImageInsights