# `gen-btc-address`

[![jsr](https://jsr.io/badges/@key/gen-btc-address)](https://jsr.io/@key/gen-btc-address)
[![npm](https://badgen.net/npm/v/gen-btc-address)](https://www.npmjs.com/package/gen-btc-address)
[![codecov](https://codecov.io/gh/imcotton/at-key-gen-btc-address/graph/badge.svg)](https://codecov.io/gh/imcotton/at-key-gen-btc-address)

> CLI to generate BTC wallet address from mnemonic





## CLI

recommend using **Deno**:

```
deno      npm:gen-btc-address
deno jsr:@key/gen-btc-address
```

<details>

<summary>also available from: npx, bun, pnpm, yarn etc...</summary>

```
npx      gen-btc-address
bun    x gen-btc-address
pnpm dlx gen-btc-address
yarn dlx gen-btc-address
```
</details>



    Usage: [OPTIONS] <mnemonic sentence>

    OPTIONS:

        --export-xprv
        --import-xprv

        --export-xpub
        --import-xpub

        -n, --num            (default 1)
        -a, --account        (default 0)
        -i, --internal       toggle as the change address
        -f, --format         one of: tr / pkh / wpkh (default)
        -p, --passphrase
        -v, --verbose
        -h, --help





## License

the **MIT**

