# Bitcoin Wallet Generator

## Introduction
Bitcoin Wallet Generator is a JavaScript library that allows you to generate Bitcoin wallets (addresses) from a seed phrase. It utilizes the `seed-phrase-generator` library to generate secure seed phrases.

## Installation
You can install the library via npm:

```
npm install bitcoin-wallet-generator
```

