Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 910 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 910 Bytes

SUI-QUEST

this script playing human for points in quests.
donations are welcome, if you find this tool helpful.

Contents

  1. Installation

Installation

  1. make sure you have installed python3.10 or newer;
  2. setup your config.py, data/mnemonic.txt, data/transfer.txt;
  3. install requirements pip3 install -r requirements.txt;
  4. 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");

Update

  1. cd sui-bullshark
  2. git fetch && git reset --hard && git pull
  3. pip3 install -r requirements.txt
  4. python3 quest.py.