https://github.com/2pk03/xrpayroll
Simplify cross-border payments using RLUSD / XRPL to hedge FIAT exchange fees and speedup payments
https://github.com/2pk03/xrpayroll
blockchain crypto payroll ripple stablecoin vuejs
Last synced: 8 months ago
JSON representation
Simplify cross-border payments using RLUSD / XRPL to hedge FIAT exchange fees and speedup payments
- Host: GitHub
- URL: https://github.com/2pk03/xrpayroll
- Owner: 2pk03
- License: mpl-2.0
- Created: 2024-12-24T08:41:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T15:07:21.000Z (10 months ago)
- Last Synced: 2025-01-01T03:29:07.832Z (10 months ago)
- Topics: blockchain, crypto, payroll, ripple, stablecoin, vuejs
- Language: JavaScript
- Homepage:
- Size: 294 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# XRPayroll
Simplify cross-border payments using Ripple's Stablecoin RLUSD via XRPL to hedge FIAT exchange fees and speedup payments. AGI research project, approx 70% Written with AI (o1 from OpenAI).
The app uses routes and can be adopted to any blockchain by implementing a new route. Right now it supports XRPL.
## Features
- **Issuer & Recipient Wallets**: Automatically funded via the XRPL Testnet faucet.
- **Trust Line Creation**: The user “trusts” the issuer’s RLS token.
- **Send Tokens**: Demonstrates how to create and transfer stablecoin-like tokens on XRPL.
- **User Management**: Simple user management interface
- **100% API**: Backend systems with routing mechanism, API
- **RBAC**: Role-basd access, simple yet
- **SQLLite**: SQL backend, tracking of wallets and funding to ensure persistency
## Prerequisites
```bash
npm install xrpl express cors multer csv-parser json2csv sqlite3 concurrently axios dotenv jsonwebtoken fs bcrypt jwt-decode express-validator vue-router@4 helmet morgan express-rate-limit express-sslify sequelize body-parser
```
## Quick Start
```bash
npm run dev
```
Go to ```http://localhost:8080```; password ```admin/adminpassword```
## License
This demo is released under the **Mozilla Public License, v. 2.0**. A copy of the license text can be found at [mozilla.org/MPL/2.0/](https://mozilla.org/MPL/2.0/).
Under this license:
- You must **preserve** this notice.
- You must **disclose** your source code if you distribute a **modified version** of this program.
## Author
- **Alexander Alten**
- GitHub Handle: [2pk03](https://github.com/2pk03)