this script playing human for points in quests.
donations are welcome, if you find this tool helpful.
- make sure you have installed
python3.10
or newer; - setup your
config.py
,data/mnemonic.txt
,data/transfer.txt
; - install requirements
pip3 install -r requirements.txt
; - run the script
python3 quest.py
.
56. transfer(from="transfer.txt");
57. reward_claim(from="mnemonic.txt");
58. claim_x_transfer(from="transfer.txt");
61. capy_mint(from="mnemonic.txt");
62. balance_checker(from="mnemonic.txt");
63. mnemonic_generator(from="config.py");
cd sui-bullshark
git fetch && git reset --hard && git pull
pip3 install -r requirements.txt
python3 quest.py
.