In this tutorial, you'll learn how to build from scratch a fullstack Web3 dApp with the ASS stack - the hottest Solana tech stack!
You do not need...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for taking the time to write this, I am trying to get more familiar with Solana developing and I feel like this is helping.
That being said, for some reason everything works great on localhost, until I go to post a 3rd 'gm' message. In the console I get:
Any ideas what's going on here?
Hi, yes, the space allocated for the base account in the original exampe was too small, I updated it to 64+1024. Thanks for pointing this out.
Yeah lol i was doing 64+64+64+64+64
I think the problem is that we are not allocating enough space to the new wallet ! i.e 64+64 i think I am facing similar issue
Hi All,
it is really usefull using @project-serum/anchor in a web app.
I also need to interact with tokens using, @solana/spl-token.
to get the account info
I got following error
I tried to polyfill using
rollup-plugin-node-polyfills
in rollup.config.js without success.Thank you!
vartalap-dapp.vercel.app
This is an amazing tutorial do follow it !
Good stuff! Really good at explaining it!!
Glad you like it! :D
Thanks for this tutorial, I have learnt alot from this, but what to add in existing account input (a program account or a payer account), what if I want to use the existing program on the solana blockchain, how can I achieve that. I am new to this I have implemented it successfully, but now I want to use the existing program from the solana blockchain on the devnet.
If I use program account of existing program from devnet, it gives me this error:
"Uncaught (in promise) Error: Invalid account discriminator"
I am using ReactJs as frontend.
Thanks
Hey thanks for this awesome tutorial. But I ran in to error. "Provider' only refers to a type, but is being used as a value here." but I have imported the Provider from @project-serum/anchor, any suggestions?
Thanks for this, I reposted it in official Svelte reddit with attribution to this article. Hope its oke!
Hi, cool! Could you link me to it?
After the colapse of FTX project serum should not be trusted thus you can follow the instructions here to setup anchor
anchor-lang.com/docs/installation