https://github.com/mrtn28/bc-addr
Create bitcoin mnemonic and generate addresses from zpub
https://github.com/mrtn28/bc-addr
address bip39 bitcoin mnemonic zpub
Last synced: about 1 month ago
JSON representation
Create bitcoin mnemonic and generate addresses from zpub
- Host: GitHub
- URL: https://github.com/mrtn28/bc-addr
- Owner: mrtn28
- License: mit
- Created: 2023-02-16T20:31:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T07:40:27.000Z (about 2 years ago)
- Last Synced: 2025-08-05T06:53:01.438Z (2 months ago)
- Topics: address, bip39, bitcoin, mnemonic, zpub
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/bc-addr
- Size: 507 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to bc-addr 👋
> Create bitcoin mnemonic and generate addresses from zpub
### 🏠 [Homepage](https://github.com/mrtn28/bc-addr#readme)
## Install
```sh
npm install bc-addr
```## Usage
```sh
npx bc-addr # Create bitcoin mnemonic
``````js
import {
zpub2address, // Generate addresses from zpub
zpub2xpub // zpub to xpub
} from 'bc-addr'
```## Run tests
```sh
npm run test
```## Author
👤 **mrtn28**
* Github: [@mrtn28](https://github.com/mrtn28)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/mrtn28/bc-addr/issues).## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2023 [mrtn28](https://github.com/mrtn28).
This project is [MIT](https://github.com/mrtn28/bc-addr/blob/main/LICENSE) licensed.***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_