#Problem when Build and Deploy a Web3 Blockchain Crowdfunding Platform : Homepage>>DisplayCampaigns.
5 messages · Page 1 of 1 (latest)
hi, thank you for answerind. this is the relevant code
hi, thank you for answerind. this is the relevant code https://hastebin.com/share/qoxovogavi.javascript
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
So that component is accepting a prop campaigns. I assume that is an array of all campaigns, the data you want to update. Do you know where that data is initially being fetched? It is likely in the screen rendering this component. My guess is it is being pull from an API call so we can probably provide some additional query params to filter the data to what you want.
I am very beginner in this field, sorry. But If I’m not wrong the tutorial said that the campaigns was being fetch from smart contract. Here the code of Smart Contact, Home, Profile, and Indeks as well https://hastebin.com/share/pesurumima.typescript
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.