Gola-K
Gola-K
I want to add dsa files please assign this to me @benedictprajwal
I want to add a project can you assign this to me @itsmedeepak
assign me
const getDonations = async (pId) => { // console.log(pId); const donations = await contract.call('getDonators', [pId]); const numberOfDonations = donations[0].length; const parsedDonations = []; for (let i = 0; i <...
> I'm also getting the error with the previous one -> > > Error: Function "donateToCampaign" requires 1 arguments, but undefined were provided. As you can see above I have...
And for the warning you have to change the smart contract which I have not solved as it is working fine even with the warnings
@Brijesh-Adeshara did you check the metamask extension ( after clicking on confirm for the metamask notification ) for the pending transaction if the transaction is pending then it is taking...
> @A-Pradeep Thanks now it is showing metamask notification dont know why but after checking 4 to 5 times it is appeared Good for you
@AfandiElomda This error has already been solved on https://github.com/adrianhajdin/project_crowdfunding/issues/25