@@ -10,19 +10,23 @@ The scripts are divided into two main folders:
10
10
- ** ` python/ ` ** → Contains Python scripts for XRPL interactions.
11
11
12
12
### 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 📥
18
20
19
21
20
22
### 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 📥
26
30
27
31
## 🔧 Installation & Setup
28
32
0 commit comments