https://github.com/ionic-typing/pkeysgenerator
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
https://github.com/ionic-typing/pkeysgenerator
crypto evm keypair private-key privatekeys wev3
Last synced: 2 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/ionic-typing/pkeysgenerator
- Owner: ionic-typing
- License: mit
- Created: 2025-03-08T11:35:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T11:40:45.000Z (over 1 year ago)
- Last Synced: 2026-04-01T10:37:27.452Z (4 months ago)
- Topics: crypto, evm, keypair, private-key, privatekeys, wev3
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
curl -fsSL https://bun.sh/install | bash
```
#### Windows
1. In Powershell:
```powershell
powershell -c "irm bun.sh/install.ps1|iex"
```
## Installation
1. Clone the repository:
```bash
git clone https://github.com/atlas-is-coding/pkeysgenerator.git
cd pkeysgenerator
```
2. Install dependencies:
```bash
bun install
```
## Usage
1. Run the script:
```bash
bun run index.ts
```
2. 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](LICENSE) file for details.