This demo uses "anchor build" which is using anchor-cli instead of the built-in "npm anchor-build" command. If you are using anchor-cli to follow along, you should check that your anchor version is 0.29.0 (instead of latest 0.30.0) as this will cause incompatible IDLs generated by 0.30.0 - around 18:00
can you recommend me the next tuorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?
I did not know that InitSpace trick. That's nice. And thanks for explaining everything as you go. This is probably the first anchor tutorial where I learned a lot
entry_id was declared but never used, probably for the sake of simplifying the program. Feels a little hacky because now we can only update messages, since updating the title would change the PDA address, also 2 separate entries with the same title from the same user will conflict no? They derive the same PDA address
folks on Solana team needs to really understand - creating the backend account model, testing the contract and integrating with the front end are three distinctive phases and shouldn't be addressed altogether in an introductory CRUD dApp video under 40 min.
can you recommend me the next tutorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?
this is probaly the best tutorial out there about solana dapp development for beginers ,
thanks briana for this tutorial
This demo uses "anchor build" which is using anchor-cli instead of the built-in "npm anchor-build" command. If you are using anchor-cli to follow along, you should check that your anchor version is 0.29.0 (instead of latest 0.30.0) as this will cause incompatible IDLs generated by 0.30.0 - around 18:00
Yup just found it
God bless you ser - everything I have touched from the dev series has been broken because 0.30.0
this is everything i needed to get started with solana bless you
can you recommend me the next tuorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?
I did not know that InitSpace trick. That's nice. And thanks for explaining everything as you go. This is probably the first anchor tutorial where I learned a lot
entry_id was declared but never used, probably for the sake of simplifying the program. Feels a little hacky because now we can only update messages, since updating the title would change the PDA address, also 2 separate entries with the same title from the same user will conflict no? They derive the same PDA address
should use the entry_id replace title?
folks on Solana team needs to really understand - creating the backend account model, testing the contract and integrating with the front end are three distinctive phases and shouldn't be addressed altogether in an introductory CRUD dApp video under 40 min.
this was eye opening! I want to learn more~
how do we retieve the signature of the journal entry ?
What would be the main benefit of this compared to a regular CRUD app, I'm trying to understand the web3 space!
There is none.
can you recommend me the next tutorial to watch, so that I can combine this with "pay with my token"? - imagine to be able to create a journal you have to pay some tokens but not solana?
but doesnt use latest anchor/IDL implementation?
This was helpful!!
You never implemented the entry_id. Also could be cool to add an upvote / downvote functionality to the message that others can vote on
This wasn't explained very clearly to me. Often I wonder why we are doing something.. for example, what's a Mutation?
you need to learn rust !!
Brother if you don't know how a Google search works thenyou have no business touching any language you weren't taught from birth
Guys, I heard that most of the transactions actually fail, is this a reliable network to host my Dapp? please advise!
Smart grill
🔥🔥
what will be the usecase of a solana dapp ?