GitXplorerGitXplorer
A

Web3.0---SendETH

public
3 stars
2 forks
0 issues

Commits

List of commits on branch master.
Verified
dbff6770f205602f5b8bedbc75ac1aa828e7495f

Merge pull request #2 from Ankush263/dependabot/npm_and_yarn/minimist-and-minimist-1.2.6

AAnkush263 committed 2 years ago
Verified
10e9d09ab803758c149a4b425b375fee3a5756f3

Bump minimist and minimist

ddependabot[bot] committed 2 years ago
Verified
a8501683d23d399e56a2975099dc2ffd0dedf4c0

Merge pull request #1 from Ankush263/dependabot/npm_and_yarn/undici-5.9.1

AAnkush263 committed 2 years ago
Verified
f2074ba182dea4c8427626373bd503054e9e3d6b

Bump undici from 5.8.0 to 5.9.1

ddependabot[bot] committed 2 years ago
Verified
9eee4c1645687eacaefac386d57f5d7199697ef8

Update Readme

AAnkush263 committed 2 years ago
Unverified
25f38bbbe6bed09ea022d1aeb394872a402d3b62

update

AAnkush263 committed 2 years ago

README

The README file for this repository.

SendETH Project

This is a Ethereum Transaction project. You can send Ether to any Address, and you can choose the amount you want to send.

image1

Build with

Project Structure

Connect Wallet Page

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.

Send Transaction Page

image2

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.

How To Run

Prerequisites

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

Contributing

Feel free to contribute by sending a PR.