Arbi Dwi Wijaya
Results
1
comments of
Arbi Dwi Wijaya
``` const { addressTo, amount, keyword, message } = formData; const transactionContract = getEthereumContract(); const parsedAmount = ethers.utils.parseEther(amount); await ethereum.request({ method: 'eth_sendTransaction', params: [{ from: currentAccount, to: addressTo, gas: '0x5208',...