Skip to content

fraggdiller/ton-wallet-generator

Repository files navigation

Typing SVG

Ton wallets generator

This code will allow you to generate a specified number of Ton wallets and save them to xlsx file.

Install dependencies

You can install it using:

npm i

Wallet generator

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

Getting data of pregenerated wallets

You can get all wallet data from mnemonics. You should load your mnemonics to ./data/mnemonics.txt and run

npm start get

Conclusion

git clone https://github.com/fraggdiller/ton-wallet-generator.git
cd ton-wallet-generator
npm i
npm start generate 10
npm start get

Support / Qs

Telegram: https://t.me/alblak7952

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published