This script allows you to mint SEI treasure gifts
- Generating account
- Requesting Sei from faucet (solving captcha)
- Sending tons of txs
- Sending gifts to our wallets
- Minting gifts
To run this bot you have to top up your balance on anticaptcha service
Mnemonics from generated accounts will be saved to folder mnemonics
- Download ZIP and extract it to a folder
- Install node.js:
https://nodejs.org/en/
(LTS) - Paste your
APIKEY
from anticaptcha service inconfig.js
- Open folder with the bot in
cmd
cd <path to folder with script>
- Install dependencies
npm install
- Start
node index