This Rust project generates an Ethereum-compatible wallet (private key, public key, and address).
- π Generate and save wallet (secret key, public key, public address)
- π Load wallet from a JSON file
- π Connect to Ethereum node using WebSocket
- Add your Alchemy WebSocket URL to a
.env
file:
-
crypto_wallet.json β Stores your wallet details.
-
Terminal output β Displays keys, address, and latest block number.