npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

eth-key-generator

v1.0.0

Published

Una herramienta para generar wallets de Ethereum visualmente agradable y con explicaciones.

Downloads

8

Readme

ETH Key Generator

npm version downloads

Una herramienta interactiva para generar wallets de Ethereum visualmente agradable y con explicaciones detalladas de cada paso del proceso.


Tabla de Contenidos


Características

  • Generación de wallets de Ethereum: Crea wallets de manera aleatoria o proporcionando entropía personalizada.
  • Efectos Visuales: Interfaz atractiva con efectos que muestran el proceso de generación paso a paso.
  • Explicaciones Detalladas: Cada etapa del proceso incluye descripciones para ayudar a los usuarios a entender cómo se genera una wallet.
  • Seguridad: Utiliza la librería ethers.js para asegurar la generación de claves criptográficas de alta calidad.
  • Interfaz Interactiva: Menús y prompts que facilitan la interacción del usuario con la herramienta.

Instalación

Requisitos Previos

  • Node.js (versión 14 o superior)
  • npm (versión 6 o superior)

Instalación Global

Puedes instalar eth-key-generator de manera global usando npm:

```bash npm install -g eth-key-generator ```


Uso

Una vez instalado, puedes ejecutar la herramienta desde la línea de comandos:

```bash eth-key-generator ```

Sigue las instrucciones en pantalla para generar tu wallet de Ethereum.


Ejemplos

Generar una Wallet Aleatoria

```bash eth-key-generator ```

  • Selecciona la opción "Al azar" cuando se te pregunte.
  • La herramienta generará una wallet nueva, mostrando cada paso del proceso.

Generar una Wallet con Entropía Personalizada

```bash eth-key-generator ```

  • Selecciona la opción "Proporcionar entropía".
  • Ingresa una cadena de texto que servirá como entropía adicional.
  • La wallet se generará combinando tu entropía con entropía aleatoria.

Dependencias

El proyecto utiliza las siguientes librerías:

  • ethers - Interacción con Ethereum y generación de claves.
  • chalk - Estilización de la salida en la consola.
  • figlet - Creación de texto en ASCII art.
  • inquirer - Creación de interfaces interactivas en la línea de comandos.
  • ora - Indicadores de carga y spinners.

Contribución

¡Las contribuciones son bienvenidas! Por favor, sigue estos pasos:

  1. Haz un fork del repositorio.
  2. Crea una nueva rama para tu función o arreglo de bug (git checkout -b feature/nueva-funcionalidad).
  3. Realiza tus cambios y haz commit (git commit -m 'Agrega nueva funcionalidad').
  4. Sube tus cambios a tu fork (git push origin feature/nueva-funcionalidad).
  5. Abre un Pull Request en el repositorio original.

Autor

David Zapata


Notas Importantes

  • Seguridad: Esta herramienta es para fines educativos. No utilices las wallets generadas para manejar fondos reales sin las precauciones adecuadas.
  • Privacidad: Asegúrate de guardar tu frase de recuperación y clave privada en un lugar seguro. No las compartas con nadie.
  • Actualizaciones: Revisa regularmente si hay actualizaciones disponibles para garantizar que estás utilizando la versión más reciente y segura de la herramienta.

Contacto

Si tienes preguntas, problemas o sugerencias, por favor abre un issue en GitHub o contáctame directamente.


¡Gracias por utilizar ETH Key Gen! Espero que esta herramienta te sea útil en tu aprendizaje y exploración del mundo de Ethereum y la criptografía.