Skip to content

Commit 1ca58f6

Browse files
committed
update readme
1 parent aadf770 commit 1ca58f6

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,23 @@ The scripts are divided into two main folders:
1010
- **`python/`** → Contains Python scripts for XRPL interactions.
1111

1212
### JavaScript Scripts (`js/`)
13-
- `generate.js` → Generates a new XRPL wallet.
14-
- `trustline.js` → Creates a trustline for RLUSD.
15-
- `xrp_transaction.js` → Handles XRP transactions.
16-
- `amm_create_RLUSD_XRP.js` → Creates an AMM pool for RLUSD/XRP.
17-
- `amm_deposit_RLUSD_XRP.js` → Deposits into an existing AMM pool.
13+
- `generate.js` → Generates a new XRPL wallet (address & seed) 🔑
14+
- `generate_and_trustline.js` → Generates a wallet and establishes a trustline 🤝
15+
- `trustline.js` → Creates a trustline for the RLUSD token 🔄
16+
- `xrp_transaction.js` → Handles XRP transactions 💸
17+
- `rlusd_transaction.js` → Manages RLUSD token transactions 💰
18+
- `amm_create_RLUSD_XRP.js` → Creates an AMM pool for RLUSD/XRP pair 🏦
19+
- `amm_deposit_RLUSD_XRP.js` → Deposits assets into an existing AMM pool 📥
1820

1921

2022
### Python Scripts (`python/`)
21-
- `generate.py` → Generates a new XRPL wallet.
22-
- `trustline.py` → Creates a trustline for RLUSD.
23-
- `xrp_transaction.py` → Handles XRP transactions.
24-
- `amm_create_RLUSD_XRP.py` → Creates an AMM pool for RLUSD/XRP.
25-
- `amm_deposit_RLUSD_XRP.py` → Deposits into an existing AMM pool.
23+
- `generate.py` → Generates a new XRPL wallet (address & seed) 🔑
24+
- `generate_and_trustline.py` → Generates a wallet and establishes a trustline 🤝
25+
- `trustline.py` → Creates a trustline for the RLUSD token 🔄
26+
- `xrp_transaction.py` → Handles XRP transactions 💸
27+
- `rlusd_transaction.py` → Manages RLUSD token transactions 💰
28+
- `amm_create_RLUSD_XRP.py` → Creates an AMM pool for RLUSD/XRP pair 🏦
29+
- `amm_deposit_RLUSD_XRP.py` → Deposits assets into an existing AMM pool 📥
2630

2731
## 🔧 Installation & Setup
2832

python/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ This repository contains Python scripts to interact with the XRP Ledger (XRPL),
44

55
## 📁 Project Structure
66

7-
- `generate.py` → Generates a new XRPL wallet (address & seed)
8-
- `generate_and_trustline.py` → Generates a wallet and establishes a trustline
9-
- `trustline.py` → Creates a trustline for the RLUSD token
10-
- `xrp_transaction.py` → Handles XRP transactions
11-
- `rlusd_transaction.py` → Manages RLUSD token transactions
12-
- `amm_create_RLUSD_XRP.py` → Creates an AMM pool for RLUSD/XRP pair
13-
- `amm_deposit_RLUSD_XRP.py` → Deposits assets into an existing AMM pool
7+
- `generate.py` → Generates a new XRPL wallet (address & seed) 🔑
8+
- `generate_and_trustline.py` → Generates a wallet and establishes a trustline 🤝
9+
- `trustline.py` → Creates a trustline for the RLUSD token 🔄
10+
- `xrp_transaction.py` → Handles XRP transactions 💸
11+
- `rlusd_transaction.py` → Manages RLUSD token transactions 💰
12+
- `amm_create_RLUSD_XRP.py` → Creates an AMM pool for RLUSD/XRP pair 🏦
13+
- `amm_deposit_RLUSD_XRP.py` → Deposits assets into an existing AMM pool 📥
1414

1515
## 🔧 Installation & Setup
1616

0 commit comments

Comments
 (0)