Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
tonweb-wallet-generator
Advanced tools
TonWeb Wallet Generator is a tool to generate wallet addresses for different versions of TON wallets using a seed phrase stored in a `.env` file. This tool uses the `TonWeb` library to interact with the TON blockchain.
TonWeb Wallet Generator is a tool to generate wallet addresses for different versions of TON wallets using a seed phrase stored in a .env
file. This tool uses the TonWeb
library to interact with the TON blockchain.
v2R1
, v2R2
, v3R1
, v3R2
, v4R1
, v4R2
).git clone https://github.com/sekuja/tonweb-wallet-generator.git
cd tonweb-wallet-generator
npm install
.env
filesAdd your seed phrase to the .env
file:
SEED_PHRASE=your_seed_phrase_here
Run the script using the following command:
npm start
OR
npm run start
OR
npm run generate
OR
node generate.js
The script will validate the seed phrase, generate the key pair, and output the public and private keys along with the wallet addresses for different wallet versions.
Public Key: <public_key>
Private Key: <private_key>
Wallet Address (v2R1): <address_v2R1>
Wallet Address (v2R2): <address_v2R2>
Wallet Address (v3R1): <address_v3R1>
Wallet Address (v3R2): <address_v3R2>
Wallet Address (v4R1): <address_v4R1>
Wallet Address (v4R2): <address_v4R2>
The private key generated by this tool has a length of 128 characters in hexadecimal format.
If the seed phrase is invalid or any other error occurs during execution, an appropriate error message will be displayed in the console.
By: GitHub: Sekuja | Twitter: Sekuja | Telegram: Sekuja
Feel free donate to my TON address:
UQDMoRyYACfLDJbmvd8XdonsPaPJhALay86KIJ9hd1e-fVFW
FAQs
TonWeb Wallet Generator is a tool to generate wallet addresses for different versions of TON wallets using a seed phrase stored in a `.env` file. This tool uses the `TonWeb` library to interact with the TON blockchain.
We found that tonweb-wallet-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.