Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1 KB

README.md

File metadata and controls

44 lines (36 loc) · 1 KB

starknet_multi_actions

A simple script, to send emails through Dmail.ai, mint Starknet ID, Mint random NFT

Static Badge Static Badge Static Badge

Installation:

  1. Clone the repository
git clone https://github.com/BlathanAevon/starknet_multi_actions
  1. Go to directory
cd starknet_multi_actions
  1. Virtual Environment creation
python (or python3) -m venv venv
  1. Activate the virtual environment
    • Windows
      venv/Scripts/activate
    • Linux and MacOS
      source venv\bin\activate
  2. Install dependencies (modules)
pip install -r requirements.txt

Settings:

Put wallets in wallets.csv file in format ADDRESS, PRIVATE KEY In settings.py set timings

Run the program

python main.py