Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamalbuilds/safepay
Get paid and Pay with any Crypto Currency seamlessly using SafePay
https://github.com/kamalbuilds/safepay
Last synced: 3 days ago
JSON representation
Get paid and Pay with any Crypto Currency seamlessly using SafePay
- Host: GitHub
- URL: https://github.com/kamalbuilds/safepay
- Owner: kamalbuilds
- License: gpl-3.0
- Created: 2023-03-30T04:24:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-03-31T22:18:52.000Z (over 1 year ago)
- Last Synced: 2024-04-11T09:22:02.464Z (7 months ago)
- Language: TypeScript
- Homepage: https://safepay-sable.vercel.app
- Size: 4.51 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe Pay
![SAFE](https://user-images.githubusercontent.com/129384571/229237361-67a70ed4-f2c1-473e-9bec-43959a2b5f3d.PNG)Cross Chain Pay-roll Management using AA -> Get paid and Pay with any Crypto Currency seamlessly using SafePay
# Features
Using this system, companies can easily pay their employees with any cryptocurrency or fiat currency, which could potentially lead to faster, more secure, and cheaper transactions than traditional payroll methods.
Additionally, using smart contracts for payroll management reduces the risk of fraud, errors, and disputes by automating payroll calculations and payments.
Account abstraction could make this system much more efficient and cost-effective. By abstracting the user's account, it separates the user's private key from their on-chain address.
This means the private key could be stored safely and remotely, and only the user can transfer funds from the account. This would increase the security of the system and reduce the risk of a breach.
# Technologies used :
Safe - For Account abstraction
Stripe - For buying crypto using Credit Card
Gelato GaslessOnboarding with Web3AUTH under the hood for smooth onboarding process.
Gelato Relay of Meta txn's using Gelato1 Balance
Superfluid stream's for sending money via streams.
## Installation Steps
To run this project locally:
Install deps:
```bash
yarn install
```Run the demo App:
```bash
yarn start
```