https://github.com/mathyscogne/eliza_xrpl_plugin
ElizaOS plugin for XRPL integration
https://github.com/mathyscogne/eliza_xrpl_plugin
blockchain elizaos elizaos-plugin xrpl
Last synced: 12 months ago
JSON representation
ElizaOS plugin for XRPL integration
- Host: GitHub
- URL: https://github.com/mathyscogne/eliza_xrpl_plugin
- Owner: MathysCogne
- Created: 2025-03-19T22:49:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-19T22:57:22.000Z (about 1 year ago)
- Last Synced: 2025-06-15T07:02:26.812Z (12 months ago)
- Topics: blockchain, elizaos, elizaos-plugin, xrpl
- Language: TypeScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XRPL Plugin for Eliza
## Configuration
- `XRPL_SECRET`: XRPL Wallet Private Key
- `XRPL_API_URL`: XRPL Node URL (Testnet or Mainnet)
## Features
### Transactions
- Send XRP between accounts
```
Send 10 XRP to rUCzEr6jrEyMpjXRyhtKijXeNFqEJMbC8X
```
or
```
Send 10 XRP from rNczJQ1ZnJb8KyaTpdcTPfjgWKor8P8MN3 to rUCzEr6jrEyMpjXRyhtKijXeNFqEJMbC8X
```
### NFT Operations
- Create NFT
```
Create an NFT on rNczJQ1ZnJb8KyaTpdcTPfjgWKor8P8MN3 with URI https://example.com/metadata.json
```
Additional options:
- Transfer fee: `with 2% transfer fee`
- Burnable flag: `not burnable`
- Transferable flag: `not transferable`
- Get NFT Details
```
Show me the details of NFT {tokenId}
```
Additional options:
- Count
- Date (Start and End)
- NftId
- Burn NFT
```
Burn NFT with ID {tokenId}"
```
### Account Information
- Get Account Balance
```
What's the balance of rNczJQ1ZnJb8KyaTpdcTPfjgWKor8P8MN3
```
- Get Transaction History
```
Show me the last transactions
```
Additional options:
- Count
- Date (Start and End)
- Addr