Skip to content

hoangpm07/SeedGn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeedGn

SeedGn Logo

SeedGn is a mnemonic seed phrase generator designed to help you securely create and manage mnemonic phrases for your cryptocurrency wallets, password managers, and more. With SeedGn, you can easily generate strong and unique seed phrases that are easy to remember but hard to crack.

Table of Contents

Installation

To get started with SeedGn, you can either download the pre-built binary from the latest release or build the project from source by following these steps:

  1. Clone the repository:

    git clone https://github.com/username/SeedGn.git
  2. Navigate to the project directory:

    cd SeedGn
  3. Compile the source code:

    make build
  4. Run the executable:

    ./seedgn

Usage

SeedGn is a command-line tool that offers various options for generating mnemonic seed phrases. Here are some common use cases:

  1. Generate a 12-word seed phrase:

    seedgn generate --words 12
  2. Generate a seed phrase with a custom word length:

    seedgn generate --words 24
  3. Use a custom word list for generating seed phrases:

    seedgn generate --wordlist custom.txt

For more advanced usage and options, refer to the documentation.

Features

Mnemonic Seed Phrase Generation

SeedGn uses a cryptographically secure random number generator to create mnemonic seed phrases that can be used for various purposes, including wallet recovery and data encryption.

Customizable Word Length

You can choose the length of the seed phrase generated by SeedGn, ranging from 12 to 24 words, depending on your security requirements.

Wordlist Support

SeedGn supports custom wordlists, allowing you to generate seed phrases using specialized sets of words tailored to your needs.

Contributing

We welcome contributions from the open-source community to improve SeedGn and add new features. If you're interested in contributing, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure the codebase is still functional.
  4. Open a pull request describing your changes.

License

SeedGn is licensed under the MIT License. See LICENSE for more information.