Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danny-pham/bitcoin-wallet-generator
https://github.com/danny-pham/bitcoin-wallet-generator
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danny-pham/bitcoin-wallet-generator
- Owner: danny-pham
- License: mit
- Created: 2024-03-09T15:18:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T15:32:21.000Z (8 months ago)
- Last Synced: 2024-04-24T00:42:04.389Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```## Usage
Here's how to use the library to generate Bitcoin wallets from seed phrases: