https://github.com/mario-so/rs_wallet_gen
https://github.com/mario-so/rs_wallet_gen
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mario-so/rs_wallet_gen
- Owner: Mario-SO
- Created: 2023-12-16T15:44:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T15:48:01.000Z (over 1 year ago)
- Last Synced: 2025-02-06T12:19:51.357Z (4 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Ethereum Wallet Generator - Rust Edition 🚀
## Introduction 🌟
Welcome to the Ethereum Wallet Generator in Rust! This project is all about creating Ethereum wallets with Rust programming. It's fun, efficient, and super cool! 😎
## Features 🎨
- **Generate Ethereum Wallets**: Create your own Ethereum wallet with a private and public key pair. 🔐
- **Keccak-256 Hashing**: Utilize the power of Keccak-256 for public key hashing. 🧮## Getting Started 🏁
1. **Clone the Repository**: `git clone https://github.com/your-repo.git`
2. **Navigate to the Project**: `cd rs_wallet_gen`
3. **Build the Project**: `cargo build --release`## Usage 🛠️
Run the program, and voilà! Your Ethereum wallet keys are ready! 🗝️
```bash
cargo run
```## Contribution 🤝
Feel free to contribute! Whether it's fixing bugs, improving documentation, or suggesting new features, your input is always welcome! 🌈
## License 📜
Distributed under the MIT License. See `LICENSE` for more information.
## Acknowledgements 🎉
- Hat tip to anyone whose code was used
- Inspired by Ethereum's awesome technology!
- Rustaceans everywhere!---
Happy Coding! 🎈🎉 Let's make the Ethereum ecosystem even more awesome! 🚀🌌
---
Note: Always handle your private keys with extreme caution and never expose them publicly. This project is for educational purposes only. 🧑🎓💻