A simple TypeScript app to automate the claiming of your daily xPortal XP on MultiversX.
NodeJS must be installed on your system.
As you will have to provide your keys to this app, please store them the right way on a well secured machine.
This app doesn't handle wallets protected by Guardian. If this is something wanted, feel free to contact me.
git clone https://github.com/grobux/mvx-xportal-daily-task.git
cd mvx-xportal-daily-task
npm install
- Put your wallets in JSON format in the
wallets
folder - Copy
src/wallets.example.ts
tosrc/wallets.ts
- Edit
src/wallets.ts
and add the filenames and passwords of your wallets
npm run start
Run it once per day.
0 0 * * * cd /path/to/mvx-xportal-dailytask && npm run start