This project is an implementation of a minimal Ethereum wallet application.
It allows users to create new wallets, store private keys securely, and interact with basic Ethereum functionality such as generating addresses and creating transactions.
Create new Ethereum wallets
Store private keys securely (using local storage)
Generate Ethereum addresses
Create simple transactions
Basic error handling and validation
To run this application locally:
git clone https://github.com/Unnati-Gupta24/Ethereum-Mini-Wallet.git
Navigate to the project directory:
cd Ethereum-Mini-Wallet
Install dependencies:
npm install
Run the application:
npm start
Contributions are welcome! Please feel free to submit pull requests or issues.
When contributing, please adhere to this project's coding standards and guidelines.