- Clone the repo:
git clone https://github.com/snowtigersoft/rarity.git
- Folow https://eth-brownie.readthedocs.io/en/stable/install.html to install brownie
- Download your Erc721 Txns from https://ftmscan.com/, if you have more than one accounts, you need download for each account.
- Setup your account with its private key, you can add as many accounts as you like.
brownie accounts new <account_name>
- Add your accounts to "config.ini" file, each account in a section, section is the account_name, "summoner" property set to the path of the downloaded filename from step 3.
It will auto adventure, level_up and collect_gold
brownie run rarity.py --network ftm-main
brownie run rarity.py collect_gold --network ftm-main