Generate Ethereum wallets with BIP39 mnemonics, HD paths, vanity addresses, private key backup
This directory contains the build system to create using official ethereumjs libraries. All libraries are from the official Ethereum ecosystem: - Transaction signing (legacy + EIP-1559) - Utilities (address validation, checksums, etc.) - Official cryptographic primitives (secp256k1, keccak256) - BIP39 mnemonic (used by ethereumjs) - BIP32 HD derivation (used by ethereumjs) The output file will be…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
This directory contains the build system to create using official ethereumjs libraries. All libraries are from the official Ethereum ecosystem: - Transaction signing (legacy + EIP-1559) - Utilities (address validation, checksums, etc.) - Official cryptographic primitives (secp256k1, keccak256) - BIP39 mnemonic (used by ethereumjs) - BIP32 HD derivation (used by ethereumjs) The output file will be created in the parent directory. The build process uses to: 1. Bundle all ethereumjs libraries and…