Muhammad Raza
Results
1
comments of
Muhammad Raza
onSubmit = async event => { event.preventDefault(); this.setState({ loading: true, errorMessage: '' }); try { const accounts = await web3.eth.getAccounts(); await factory.methods .createCampaign(this.state.minimumContribution) .send({ from: accounts[0] }); **console.log("check execution of...