npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tonweb-wallet-generator

v1.0.3

Published

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.

Downloads

21

Readme

tonweb-wallet-generator version license

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.

Features

  • Validates the seed phrase.
  • Converts the seed phrase to a seed.
  • Retrieves the key pair (public and private keys) from the seed.
  • Generates wallet addresses for various wallet versions (v2R1, v2R2, v3R1, v3R2, v4R1, v4R2).

Requirements

  • Node.js (v14 or higher)
  • NPM (v6 or higher)

Steps

1. Clone the repository

git clone https://github.com/sekuja/tonweb-wallet-generator.git
cd tonweb-wallet-generator

2. Install dependencies

npm install

3. Create and configure .env files

Add your seed phrase to the .env file:

SEED_PHRASE=your_seed_phrase_here

4. Run script

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.

Example Output

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>

Private Key Length

The private key generated by this tool has a length of 128 characters in hexadecimal format.

Error Handling

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