Sign in
Log inSign up
Olubisi Idris Ayinde

151 likes

·

13.7K reads

19 comments

Pavandeep Kaur 🇮🇳
Pavandeep Kaur 🇮🇳
Dec 5, 2021

This is an amazing project and amazing write-up👏

9
·
·1 reply
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Dec 5, 2021

Thank you for the feedback 😊 Glad you find it useful

·
Johannes Loevenich
Johannes Loevenich
Dec 6, 2021

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

5
·
·1 reply
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Dec 6, 2021

Thank you so much for the feedback, Johannes Loevenich

Glad you find it useful 💙

·
Jared Gentry
Jared Gentry
Dec 12, 2021

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
5
·
·2 replies
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Dec 12, 2021

Glad you find this article useful Jared Gentry

Hope you were able to resolve the issue?

·
gold star
gold star
Dec 18, 2021

I learned a lot while watching this post. Please post more good posts in the futureOlubisi Idris Ayinde

26
·
Ayodele Samuel Adebayo
Ayodele Samuel Adebayo
Dec 4, 2021

This is an amazing fullstack project for anyone getting into web3, well-done brother.

4
·
·1 reply
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Dec 4, 2021

Thank you Ayodele Samuel Adebayo

Glad you find it useful

3
·
Curious
Curious
Dec 4, 2022

This is one of the best tutorial I have ever read about blockchain.

2
·
·2 replies
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Dec 5, 2022

Thank you so much for the feedback vishal lambe

Glad you find it useful

·
Curious
Curious
Dec 6, 2022

Make some advance level of course Olubisi Idris Ayinde

·
Rookie Labs
Rookie Labs
Jan 15, 2022

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? :)

1
·
·3 replies
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Jan 15, 2022

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.

·
Rookie Labs
Rookie Labs
Jan 16, 2022

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.

·
Rookie Labs
Rookie Labs
Jan 16, 2022

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…

·
Kamil Polak
Kamil Polak
Jan 4, 2022

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 deploy.jpg

Can you please tell me how can I deal with that?

·
·2 replies
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Jan 4, 2022

This might be a network issue Kamil Polak You can change your network(ISP) or restart your PC

·
Kamil Polak
Kamil Polak
Jan 4, 2022

Olubisi Idris Ayinde You are right. Now it works. Thank you.

3
·
martinko komin
martinko komin
Mar 16, 2022

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)

·
·1 reply
Olubisi Idris Ayinde
Olubisi Idris Ayinde
Author
·Mar 16, 2022

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. ;)

·
Rikki Agarwal
Rikki Agarwal
May 27, 2022

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

·