Một công cụ Python đơn giản dùng để tạo nhiều ví Solana cùng lúc và lưu vào file Excel.
- Tạo nhiều ví Solana (public key & private key)
- Sử dụng thư viện
solders
- phiên bản mới thay thếsolana-py
- Lưu danh sách ví vào file
solana_wallets.xlsx
- Private Key được mã hóa bằng Base58
git clone https://github.com/Chiricato/Create-auto-wallet-SOL.git
cd Create-auto-wallet-SOL
pip install -r requirements.txt
python auto_create.py