Python framework for Starknet, which allows you to send emails through dmail
Last updated May 12, 2025
19
Stars
24
Forks
0
Issues
0
Stars/day
Attention Score
24
Language breakdown
No language data available.
▸ Files
click to expand
README
starknetmultiactions
A simple script, to send emails through Dmail.ai, mint Starknet ID, Mint random NFTInstallation:
- Clone the repository
git clone https://github.com/BlathanAevon/starknetmultiactions
- Go to directory
cd starknetmultiactions
- Virtual Environment creation
python (or python3) -m venv venv
- Activate the virtual environment
venv/Scripts/activate
- Linux and MacOS
source venv\bin\activate
- Install dependencies (modules)
pip install -r requirements.txt
Settings:
Put wallets inwallets.csv file in format ADDRESS, PRIVATE KEY
In settings.py set timings
Run the program
python main.py🔗 More in this category