modood/hdkeygen sits at 143 stars on GitHub, written primarily in Go. This is a very simple and easy-to-use key/wallet generator for Bitcoin (BTC) and Ethereum (ETH). It's implemented in Golang and incorporates the BIP32, BIP39, BIP43, BIP44, BIP49, BIP84, BIP86, BIP173, SLIP44, and EIP55 protocols. This allows for the creation of keys, mnemonic seeds, and Hierarchical Deterministic (HD) addresses.
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
We recommend every user of this library audit and verify any underlying code for its validity and suitability.
Installation
$ go install github.com/modood/hdkeygen@latest
Running in Docker
For security reasons it's recommended to start a Docker container with disabled networking:
$ docker run --network none --rm -it modood/hdkeygen
Usage
Usage of hdkeygen:
-mnemonic string optional list of words to re-generate a root key
-pass string protect bip39 mnemonic with a passphrase
-n int set number of keys to generate (default 10)
-wif string decode the private key from wif, then generate the bitcoin address.
The most recent commit recorded on modood/hdkeygen was 2.2 years ago, based on the GitHub push timestamp. The repository has 68 forks — one of the better signals of community interest.
How many stars does modood/hdkeygen have?
modood/hdkeygen has 143 GitHub stars — refresh the page for the live number, or check github.com/modood/hdkeygen. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What is modood/hdkeygen?
modood/hdkeygen (modood/hdkeygen) is a Go project on GitHub. From the project's own README: This is a very simple and easy-to-use key/wallet generator for Bitcoin (BTC) and Ethereum (ETH). It's implemented in Golang and incorporates the BIP32, BIP39, BIP43, BIP44, BIP49, BIP84, BIP86, BIP173, SLIP44, and EIP55 protocols. This allows for the creation of keys, mnemonic seeds, and Hierarchical Deterministic (HD) addresses.
What language is modood/hdkeygen written in?
modood/hdkeygen is written primarily in Go. GitHub's language field is based on the largest share of bytes in the default branch.