This is a Ethereum Transaction project. You can send Ether to any Address, and you can choose the amount you want to send.
In this page, you can connect your wallet with your metamask ID. Make sure choose that address which has some ether to it. And then the new card will pop-up by which you can send ether.
Now you are into the send transaction page, from where you can send ethers to another account. You have to paste the address of the account you want to send ether into the input field and put the amount you want to send.Then click to Send ETH button to send the transaction. As soon as you hit send, the metamask window will pop-up, from there you can confirm your transaction.
Please install or have installed the following:
After going through all the installation and setup steps, you'll need to download all the dependencies by running:
cd SendETH
npm install
This download all the needed dependencies. Then run following :
cd SendETH
npx hardhat run --network localhost .\scripts\deploy.js
This will create an artifacts folder into the src folder inside frontend. You have to download all the dependencies inside frontend.
cd frontend
npm install
To run the frontend
cd frontend
npm start
Go back to SendETH folder and run following
cd ..
npx hardhat node
Feel free to contribute by sending a PR.