Skip to content

qriq/ethereum-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Ethereum Address Generator

This is a TypeScript program that generates random Ethereum addresses.

Prerequisites

Before running this program, you need to have the following software installed on your system:

  • Node.js
  • TypeScript

You also need to install the ethereumjs-util library by running the following command:

npm install ethereumjs-util

Usage

To generate an Ethereum address, run the following command:

node index.js

This will output a randomly generated Ethereum address in the format 0x123456789abcdef.

You can run the program multiple times to generate different addresses.

Disclaimer

This program is for educational purposes only, and you should never use it to generate real Ethereum addresses that you intend to use for transactions. Instead, you should use a reputable wallet software or service to generate and manage your Ethereum addresses.

License

This program is released under the MIT License. Feel free to use, modify, and distribute it as you see fit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published