Skip to content

Python framework for Starknet, which allows you to send emails through dmail

Notifications You must be signed in to change notification settings

BlathanAevon/starknet_multi_actions

Repository files navigation

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

About

Python framework for Starknet, which allows you to send emails through dmail

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages