Thank you for taking time to provide such quality videos. I personaly did not like ETH ecosystem and wanting to move to another one. Found your tutorials and already in love with them.
Great video their man, really appreciate it, but all it needs is that you code and explain it step by step which makes it much more understandable and interactive.
Hello, thank you so much for your videos. When I "npm run build..." I get the error error: not a directory: (/rust/lib are the parts missing). Any insight? Thank you in advance.
Thank you so much for ur fantastic effort, can understand the pain in explaining this tough concepts and editing the video to a meaningful explanation, thnx again brother.
You can do all this on Linux, so that you dont need wsl. Here he uses windows and to interact with local solana blockchain we need to run test validator on linux machine
I love your tutorials! Please try to remember us total newbies! Assume we are doing this for the very first time, because sometimes you just go on to do something, but for us the first time, it has to download or whatever, and we can think it's failed. When I tried to open the remote WSL from VSCode, it seemed to stall out and not connect. I tried a few times, then I noticed... It was downloading the server, and the status bar moved so slowly I never noticed it. But finally I realized it and just waited. Yours - just click and click and keep going! And I'm thinking, what's wrong here?? heh heh
Great tutorial! I am new to TypeScript. VS code shows errors on the TS code in the example (even though they can be run correctly). Is there a better way to configure TS on VS code so that those error marks can be removed?
Hey Josh, really thanks for your very helpful contents! I am missing just one thing to get the entire puzzle: When we create the account to be greeted (in checkProgram() function, through ‘createAccountWithSeed’) we do not pass it any info about the GreetingAccount itself (like the counter, where we pass it is 0?) or GreetingSchema. It is like we create just an empty account of size GREETING_SIZE So how does it know that the account we stored in the network contains those info? I see in reportGreeting() that when we deserialize we get those info, but I can’t understand when/where we set it.
Hi leet, I am trying to directly interact with the solana blockchain with web3 to mint an NFT from a project without using a launchpad like magic eden. Can you help me with this?
Hey man, nice video.. just one question though.. why does my solana-test-validator always say aborted.. I tried installing pre built binaries as well.. Nothing seems to work.. Any help is much appreciated..
Hmm interesting, unfortunately I don't know. Have you tried the cluster tuning mentioned in the video? Otherwise I see: github.com/solana-labs/example-helloworld/issues/296 mention cloning the solana repo and running it from there
hey man this was very helpful, do you happen to do any freelance work? we are looking for a custom smart contract for an upcoming mint that uses an nft collection as a wl token. would you be interested in do this?
i am facing some issue while running cmd solana-test-validator: --faucet-sol argument ignored, ledger already exists Ledger location: test-ledger Log: test-ledger/validator.log ⠤ Initializing... ⠤ Unable to connect to validator: Client error: test-ledger/admin.rpc does not exist
Hi I am getting this error when running npm build: error[E0433]: failed to resolve: use of undeclared crate or module `imp` --> src/lib.rs:246:5 | 246 | imp::getrandom_inner(dest) | ^^^ use of undeclared crate or module `imp` For more information about this error, try `rustc --explain E0433`. error: could not compile `getrandom` (lib) due to 2 previous errors warning: build failed, waiting for other jobs to finish... error[E0599]: no method named `lock` found for struct `Stderr` in the current scope --> src/log.rs:266:52 | 266 | let mut writer = BufWriter::new(stderr.lock()); | ^^^^ method not found in `Stderr` For more information about this error, try `rustc --explain E0599`. Please help!!!!
hey huge thanks for these videos. I am using my windows to set this up and followed all your recommendations and pre-requisites for WSL. I can get my test-validator running, create wallets etc. but when i run npm run build:program-rust the program doesn't build and throws the below error BPF SDK: /home/rohitsubr/.local/share/solana/install/releases/1.10.8/solana-release/bin/sdk/bpf cargo-build-bpf child: rustup toolchain list -v cargo-build-bpf child: cargo +bpf build --target bpfel-unknown-unknown --release error: process didn't exit successfully: `rustc -vV` (signal: 7, SIGBUS: access to undefined memory) anyway i can fix this?
also while running this: npm run build:program-rust i got this: > helloworld@0.0.1 build:program-rust > cargo build-bpf --manifest-path=./src/program-rust/Cargo.toml --bpf-out-dir=dist/program Warning: cargo-build-bpf is deprecated. Please, use cargo-build-sbf cargo-build-bpf child:ab\.local\share\solana\install\active_release\bin\cargo-build-sbf.exe --manifest-path=./src/program-rust/Cargo.toml --sbf-out-dir=dist/program --arch bpf [2023-06-02T08:43:50.754738300Z ERROR cargo_build_sbf] Failed to install sbf-tools: A required privilege is not held by the client. (os error 1314)
Great video!! I really like the way you go into detail on each part, most people would just load up the smart contract and not explain it :)
👆send a direct message for support and guidance
This channel is a gold mine. Look at all his videos
You made everything so simple amidst chaos of info. Thank you!
Awesome course! Coming from the Cosmos ecosystem Solana seems pretty difficult. It's really helpful having someone to walk me through the code.
👆send a direct message for support and guidance
Great content and great presentation. There aren't that many videos about Solana development on UA-cam yet, this was definitely helpful.
👆send a direct message for support and guidance
Thank you for taking time to provide such quality videos. I personaly did not like ETH ecosystem and wanting to move to another one. Found your tutorials and already in love with them.
👆send a direct message for support and guidance
I really appreciated that you took the time to walk through how the code works before firing off the command lines. Well done, and appreciated 👍
👆send a direct message for support and guidance
16:04 talks about checking `account.owner != program_id` Can a program has many accounts?
👆send a direct message for support and guidance
Great video their man, really appreciate it, but all it needs is that you code and explain it step by step which makes it much more understandable and interactive.
👆send a direct message for support and guidance
Hello, thank you so much for your videos. When I "npm run build..." I get the error error: not a directory: (/rust/lib are the parts missing). Any insight? Thank you in advance.
Same
👆send a direct message for support and guidance
Super helpful videos! Keep making more!
Thank you for making these videos. They are very helpful!
Loved it. Learnt so much. Thanks a lot.
Thank you so much for ur fantastic effort, can understand the pain in explaining this tough concepts and editing the video to a meaningful explanation, thnx again brother.
👆send a direct message for support and guidance
underrrated, goldmine this is!
Josh, thank you for your video! For a long time blockchain development been something far for me, but now i see it's essentially a DB. Thx!
Why we use the WSL Stuff? Why I cant just begin locally? Why I have to work with a container there?
You can do all this on Linux, so that you dont need wsl. Here he uses windows and to interact with local solana blockchain we need to run test validator on linux machine
I love your tutorials! Please try to remember us total newbies! Assume we are doing this for the very first time, because sometimes you just go on to do something, but for us the first time, it has to download or whatever, and we can think it's failed. When I tried to open the remote WSL from VSCode, it seemed to stall out and not connect. I tried a few times, then I noticed... It was downloading the server, and the status bar moved so slowly I never noticed it. But finally I realized it and just waited. Yours - just click and click and keep going! And I'm thinking, what's wrong here?? heh heh
👆send a direct message for support and guidance
Great video !! I have a problem when "run build:program-rust" cause cargo-build-bpf is deprecated . I can't fix it . Help!!
I have the same problem
hi sir your content is awesome
Great tutorial! I am new to TypeScript. VS code shows errors on the TS code in the example (even though they can be run correctly). Is there a better way to configure TS on VS code so that those error marks can be removed?
👆send a direct message for support and guidance
I can't run test validator because it keeps giving me an os30 error (read only file system). how do i solve this please?
👆send a direct message for support and guidance
Hey Josh, really thanks for your very helpful contents!
I am missing just one thing to get the entire puzzle:
When we create the account to be greeted (in checkProgram() function, through ‘createAccountWithSeed’) we do not pass it any info about the GreetingAccount itself (like the counter, where we pass it is 0?) or GreetingSchema.
It is like we create just an empty account of size GREETING_SIZE
So how does it know that the account we stored in the network contains those info?
I see in reportGreeting() that when we deserialize we get those info, but I can’t understand when/where we set it.
👆send a direct message for support and guidance
I don't need the WSL stuff if I'm on a Mac right?
👆send a direct message for support and guidance
you need it? Or not ?
Hi leet, I am trying to directly interact with the solana blockchain with web3 to mint an NFT from a project without using a launchpad like magic eden. Can you help me with this?
👆send a direct message for support and guidance
i got abort (core dumped) when running solana-test-validator. anyone know how to solve?
👆send a direct message for support and guidance
amazing content, thank you!
👆send a direct message for support and guidance
Thank you !
Hey man, nice video.. just one question though.. why does my solana-test-validator always say aborted.. I tried installing pre built binaries as well.. Nothing seems to work.. Any help is much appreciated..
Hmm interesting, unfortunately I don't know. Have you tried the cluster tuning mentioned in the video? Otherwise I see: github.com/solana-labs/example-helloworld/issues/296 mention cloning the solana repo and running it from there
hey ty mango
Thank you for your detailed tutorial, I really appreciate the time and effort you put into these videos.
👆send a direct message for support and guidance
Very nice video, tks!
u r a champ !!
hey man this was very helpful, do you happen to do any freelance work? we are looking for a custom smart contract for an upcoming mint that uses an nft collection as a wl token. would you be interested in do this?
👆send a direct message for support and guidance
i am facing some issue while running cmd solana-test-validator:
--faucet-sol argument ignored, ledger already exists
Ledger location: test-ledger
Log: test-ledger/validator.log
⠤ Initializing...
⠤ Unable to connect to validator: Client error: test-ledger/admin.rpc does not exist
youre da best
hahahahaha ignore tests. I love the humor :D :D
👆send a direct message for support and guidance
Great tutorial.Thank you :) How can I DM you ,please?
👆send a direct message for support and guidance
I love ur face!
that was a lot more complicated than working with, say, polygon using hardhat and ethers.js
👆send a direct message for support and guidance
my head is spinning :(
1st
this is not beginners friendly tutorial
салам
Make videos faster pls
You can increase the speed in settings
@@bluith2 I guess he s asking to make more number of videos :)
solana program deploy dist/program/helloworld.so doesnt find a directory
Hi I am getting this error when running npm build:
error[E0433]: failed to resolve: use of undeclared crate or module `imp`
--> src/lib.rs:246:5
|
246 | imp::getrandom_inner(dest)
| ^^^ use of undeclared crate or module `imp`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `getrandom` (lib) due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error[E0599]: no method named `lock` found for struct `Stderr` in the current scope
--> src/log.rs:266:52
|
266 | let mut writer = BufWriter::new(stderr.lock());
| ^^^^ method not found in `Stderr`
For more information about this error, try `rustc --explain E0599`.
Please help!!!!
Did you find solution to these errors?
hey huge thanks for these videos.
I am using my windows to set this up and followed all your recommendations and pre-requisites for WSL.
I can get my test-validator running, create wallets etc.
but when i run npm run build:program-rust
the program doesn't build and throws the below error
BPF SDK: /home/rohitsubr/.local/share/solana/install/releases/1.10.8/solana-release/bin/sdk/bpf
cargo-build-bpf child: rustup toolchain list -v
cargo-build-bpf child: cargo +bpf build --target bpfel-unknown-unknown --release
error: process didn't exit successfully: `rustc -vV` (signal: 7, SIGBUS: access to undefined memory)
anyway i can fix this?
👆send a direct message for support and guidance
also while running this:
npm run build:program-rust
i got this:
> helloworld@0.0.1 build:program-rust
> cargo build-bpf --manifest-path=./src/program-rust/Cargo.toml --bpf-out-dir=dist/program
Warning: cargo-build-bpf is deprecated. Please, use cargo-build-sbf
cargo-build-bpf child:ab\.local\share\solana\install\active_release\bin\cargo-build-sbf.exe --manifest-path=./src/program-rust/Cargo.toml --sbf-out-dir=dist/program --arch bpf
[2023-06-02T08:43:50.754738300Z ERROR cargo_build_sbf] Failed to install sbf-tools: A required privilege is not held by the client. (os error 1314)
Thank you!