Skip to content

A simple and efficient tool for generating evm-compatible private keys. This tool allows you to generate multiple private keys automatically saves them in a designated files

License

Notifications You must be signed in to change notification settings

atlas-is-coding/pkeysgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Keys Generator

A simple and efficient tool for generating evm-compatible private keys. This tool allows you to generate multiple private keys automatically saves them in a designated files

Prerequisites

Installing Bun

macOS

curl -fsSL https://bun.sh/install | bash

Windows

  1. In Powershell:
    powershell -c "irm bun.sh/install.ps1|iex"

Installation

  1. Clone the repository:
git clone https://github.com/atlas-is-coding/pkeysgenerator.git
cd pkeysgenerator
  1. Install dependencies:
bun install

Usage

  1. Run the script:
bun run index.ts
  1. Follow the interactive prompts:

File Storage

Generated private keys are stored in the files directory within the project folder:

  • Private key is saved at keys/output.txt in public_address:private_key format

Features

  • Interactive command-line interface

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple and efficient tool for generating evm-compatible private keys. This tool allows you to generate multiple private keys automatically saves them in a designated files

Topics

Resources

License

Stars

Watchers

Forks