Skip to content

Bl8k38500/Web3.0---SendETH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

To see the app on running click👇

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • CSS 20.2%
  • HTML 12.8%
  • Solidity 2.9%