Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sravantp7/web3paypal-ui
Web3Paypal is a smart-contract based payment solution which helps users to easily create requests to your friends wallet for money with custom messages.
https://github.com/sravantp7/web3paypal-ui
antd api expressjs javascript moralis nextjs nodejs vercel
Last synced: 4 days ago
JSON representation
Web3Paypal is a smart-contract based payment solution which helps users to easily create requests to your friends wallet for money with custom messages.
- Host: GitHub
- URL: https://github.com/sravantp7/web3paypal-ui
- Owner: sravantp7
- Created: 2023-08-02T12:02:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T12:50:40.000Z (over 1 year ago)
- Last Synced: 2024-12-09T17:17:34.048Z (2 months ago)
- Topics: antd, api, expressjs, javascript, moralis, nextjs, nodejs, vercel
- Language: JavaScript
- Homepage: https://web3paypal-ui.vercel.app/
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web3Paypal
## Description
Web3Paypal is a smart-contract based payment solution which helps users to easily create requests to your friends wallet for money with custom messages. The receiver of the request can either pay / reject it.
This project comes with frontend, backend and smart contract. The frontend helps the user to easily interact with the contract by connecting their wallet, backend is used to query data from the contract and supply to frontend, and the smart contract is the one handle all logic of create-request, pay-request, add-name, history etc.## Screenshots
Home Page
![homepage.png](https://i.postimg.cc/DZRy3CYF/homepage.png)Set Name
![Set-Name-Page.png](https://i.postimg.cc/13YjRLPk/Set-Name-Page.png)Pay Window
![pay-Window.png](https://i.postimg.cc/vTjBN0YN/pay-Window.png)