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
curl -fsSL https://bun.sh/install | bash
- In Powershell:
powershell -c "irm bun.sh/install.ps1|iex"
- Clone the repository:
git clone https://github.com/atlas-is-coding/pkeysgenerator.git
cd pkeysgenerator
- Install dependencies:
bun install
- Run the script:
bun run index.ts
- Follow the interactive prompts:
Generated private keys are stored in the files
directory within the project folder:
- Private key is saved at
keys/output.txt
inpublic_address:private_key
format
- Interactive command-line interface
This project is licensed under the MIT License - see the LICENSE file for details.