Skip to content

snowtigersoft/rarity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rarity automation

Basic settings

  1. Clone the repo:
git clone https://github.com/snowtigersoft/rarity.git
  1. Folow https://eth-brownie.readthedocs.io/en/stable/install.html to install brownie
  2. Download your Erc721 Txns from https://ftmscan.com/, if you have more than one accounts, you need download for each account.
  3. Setup your account with its private key, you can add as many accounts as you like.
brownie accounts new <account_name>
  1. 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.

Run the automation script with this command:

It will auto adventure, level_up and collect_gold

brownie run rarity.py --network ftm-main

Collect gold manually:

brownie run rarity.py collect_gold --network ftm-main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages