This project is a simple, open-source Ethereum wallet generator that runs entirely in the browser. It allows users to create new Ethereum wallets, providing them with a public address, a mnemonic phrase, and a private key. It's designed with simplicity and security in mind, ensuring that your wallet information is not stored or transmitted anywhere.
- Generate Ethereum Wallet: Instantly create a new wallet with a public address and private key.
- In-Browser Creation: All operations are performed locally in your browser.
- Secure: No data is stored or sent across the internet.
- Downloadable Wallet Information: Easily download your wallet info as a text file.
- Copy to Clipboard: Quickly copy your address, mnemonic, and private key.
- Responsive Design: Fully compatible with both desktop and mobile devices.
- Open Source: Free to use, modify, and distribute.
To use the Ethereum Wallet Generator:
- Visit the live website.
- Click on "Generate Wallet" to create a new wallet.
- Download the wallet information or copy it to your clipboard.
To run this project locally, clone the repo and install the dependencies:
git clone https://github.com/SpiralOutDotEu/ethereum-wallet-generator.git
cd ethereum-wallet-generator
npm install
To start the development server:
npm start
To build the project for production, run:
npm run build
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a pull request.
If you like this project, give it a ⭐️ !
Stay in touch on Twitter