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…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
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…