19 comments
This is an amazing project and amazing write-up👏
Thank you for the feedback 😊 Glad you find it useful
This was amazing! Well-written and clear explanations. This is how a blog post should be. With this post, it was easy for me to rebuild the project and get my first insides to web3!
Thank you so much Olubisi Idris Ayinde
Thank you so much for the feedback, Johannes Loevenich
Glad you find it useful 💙
Thank you for this tutorial 🙏. I did run into an issue though. I had to run
npx hardhat node
in a separate terminal before running
npx hardhat run scripts/deploy.js --network localhost
Glad you find this article useful Jared Gentry
Hope you were able to resolve the issue?
I learned a lot while watching this post. Please post more good posts in the futureOlubisi Idris Ayinde
This is an amazing fullstack project for anyone getting into web3, well-done brother.
Thank you Ayodele Samuel Adebayo
Glad you find it useful
This is one of the best tutorial I have ever read about blockchain.
Thank you so much for the feedback vishal lambe
Glad you find it useful
Make some advance level of course Olubisi Idris Ayinde
I have a question about this specific step when we're building the front end:
Let's go back to the smart contract project we worked on before, then navigate to artifacts/contracts/coffeePortal.json and copy the entire content inside it
I noticed that path doesn't lead to a json file. There's a coffeePortal.sol file, but that's filled with non-json content. So I'm stuck at this step. Would you be able to share your version of the coffeePortal.json if possible? :)
Lissette L Try going through the previous steps to fix this. You might have missed out on something because you are meant to have a json.
Olubisi Idris Ayinde Thank you! I believe I created a new project outside the Coffee Project Directory when I ran " npx create-next-app -e with-tailwindcss " I think I got confused about the directory structure there.
Thanks Olubisi Idris Ayinde ! Update: I got it working! It helped to checkout your links at the beginning to your repo and that's where I got the content for the coffeeportal.json file :D github.com/Olanetsoft/buymeacoffee-fe/blob…
Hi, I got stuck with the deployment of the smart contract to Rinkeby network. When I run the command
npx hardhat run scripts/deploy.js --network rinkeby
my contract cannot be deployed. I do not have any specific error, but the process is not finished
Can you please tell me how can I deal with that?
This might be a network issue Kamil Polak You can change your network(ISP) or restart your PC
Olubisi Idris Ayinde You are right. Now it works. Thank you.
Hello i got this error when i press donate button localy :
resolver or addr is not configured for ENS name (argument="name", value="", code=INVALID_ARGUMENT, version=contracts/5.6.0)
Hello martinko komin, it means there is a slight issue in your contract. You might need to carefully check the repository and ensure you are logged in. ;)
Hey when run the project after following all the steps, i get this error
Server Error TypeError: Cannot read properties of null (reading 'useReducer')
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Can you help