complete-guide-to-full-stack-solana-development
complete-guide-to-full-stack-solana-development copied to clipboard
Code examples for the blog post titled The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom
I have written the Complete Roadmap for a Full Stack Web Developer.
Hi, i'm facing this error can you please help me? i'm running test using **anchor test** anchor.setProvider(anchor.Provider.env()); const program = anchor.workspace.Myepicproject; const tx = await program.rpc.startStuffOff(); **// error is here**
[Following this tutorial](https://dev.to/dabit3/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291?signin=true) I have followed all of the steps up to the point of building the counter code, including having a running localhost validator. I have taken the output...
Hi @dabit3, Thank you very much for creating [The Complete Guide to Full Stack Solana Development with React, Anchor, Rust, and Phantom](https://dev.to/edge-and-node/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291) and this project. Very helpful and resourceful guide...
Hi, When trying to run the frontend from any of the examples. I get greeted with the following error: ``` Error: Invalid hook call. Hooks can only be called inside...
Hi, thanks so much for this tutorial! When we refresh we loose the state. I think the community would be really grateful if you explain us how to save the...
Thanks for the great content! Minor edit: user must update the wallet keypair file under [provider] in Anchor.toml before running `anchor test` to their local keypair (it currently reads /Users/ndabit/...).
Hey there, having troubles with the test on this, there's a variable that is assigned but is not declared anywhere in the file https://github.com/dabit3/complete-guide-to-full-stack-solana-development/blob/main/example1/tests/example1.js (line 24) ```js _baseAccount = baseAccount;...