This code will allow you to generate a specified number of Ton wallets and save them to xlsx file.
You can install it using:
npm i
To generate wallets you can run the following command in terminal
npm start generate 10
It runs wallet generator and saves generated data in ./data/ton-wallets.xlsx
You can get all wallet data from mnemonics. You should load your mnemonics to ./data/mnemonics.txt
and run
npm start get
git clone https://github.com/fraggdiller/ton-wallet-generator.git
cd ton-wallet-generator
npm i
npm start generate 10
npm start get
Telegram:
https://t.me/alblak7952