Skip to content

oleksanderkorn/blur-metamask-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blur Airdrop 2 Helper (Selenium + Python)

Prerequisites

Steps

  1. Generate new wallet using metamask (it will print the address, seed and mnemonic in the terminal, save json with those details and store a screenshot in the current folder for you to backup):
python metamask-new-wallet.py
  1. Top up your new wallet with some ETH (E.g. using FTX/Blockfolio without fees)

  2. Run the Script to buy and list the cheapest item in the selected collection using following format:

python metamask.py --url https://blur.io/collection/dotbit --price=0.01 --seed="ENTER 12 WORDS SEED PHRASE HERE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE"
  1. If you do not want to used arguments, edit configuration in metamask.py and add them there:
seed = "ENTER YOUR SEED HERE"
collection = "https://blur.io/collection/async-blueprints"
listPrice = "0.01"
python metamask.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages