Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sravantp7/web3paypal
- Owner: sravantp7
- Created: 2023-07-25T11:36:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T11:01:02.000Z (over 1 year ago)
- Last Synced: 2024-12-09T17:17:36.173Z (about 2 months ago)
- Topics: ethers, hardhat, javascript, solidity, web3, web3pay
- Language: Solidity
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```