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…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
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…