Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sravantp7/web3paypal

web3 Paypal that allow users to request fund from other wallet and allow the wallet owner to pay the request
https://github.com/sravantp7/web3paypal

ethers hardhat javascript solidity web3 web3pay

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```bash
git clone https://github.com/0xSravan03/web3paypal.git
cd web3paypal
```
2. Install dependency
```bash
yarn
```
## Deploy Smart contract
```bash
yarn hardhat deploy --network
```
## Test Smartcontract
```bash
yarn hardhat test
```