Skip to content

web3 Paypal that allow users to request fund from other wallet and allow the wallet owner to pay the request

Notifications You must be signed in to change notification settings

sravantp09/web3paypal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web3 Paypal

About

Smart contracts are digital contracts stored on a blockchain and executed automatically when predetermined terms and conditions are met. This web3 Paypal Smart Contract allows users to

  1. Add name to their wallet address.
  2. Create requests to another wallet for eth.
  3. Allow users to pay the existing requests.
  4. Get the history of all send/receive requests.

Usage

  1. Clone the repository
    git clone https://github.com/0xSravan03/web3paypal.git
    cd web3paypal
  2. Install dependency
    yarn

Deploy Smart contract

yarn hardhat deploy --network <network-name>

Test Smartcontract

yarn hardhat test

About

web3 Paypal that allow users to request fund from other wallet and allow the wallet owner to pay the request

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published