- Notifications
You must be signed in to change notification settings - Fork0
Python-based XRPL airdrop utility
License
NotificationsYou must be signed in to change notification settings
team-xnet/airdrop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To run this software on your computer, first make sure you havePython 3.10 or later installed. Then do the following:
- Clone the repo using git or download as zip
- run
cd path/to/airdrop
to change the directory to wherever Airdrop is sourced in your preferred terminal emulator - Activate virtual env by running one of the following commands respective to your operating system:
# On Unix or MacOS, using the bash shellsource ./venv/bin/activate# On Unix or MacOS, using the csh shellsource ./venv/bin/activate.csh# On Unix or MacOS, using the fish shellsource ./venv/bin/activate.fish# On Windows using the Command Promptvenv\Scripts\activate.bat# On Windows using PowerShellvenv\Scripts\Activate.ps1
- Install the required dependencies by running
python3 -m pip install -r ./requirements.txt
- Run the actual program with
python3 -m airdrop
About
Python-based XRPL airdrop utility
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published